Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -103,7 +103,7 @@ description = """<strong>Overview:</strong> Reasoning application that demonstra
|
|
103 |
</ul>\n\n
|
104 |
<strong>Technology:</strong> <a href='https://www.gradio.app/'>Gradio</a> UI using <a href='https://openai.com/'>OpenAI</a> API with
|
105 |
<a href='""" + WEB_URL + """'>GPT-4</a> foundation model and AI-native <a href='https://www.trychroma.com/'>Chroma</a> embedding database or
|
106 |
-
<a href='https://www.mongodb.com/blog/post/introducing-atlas-vector-search-build-intelligent-applications-semantic-search-ai'>MongoDB</a>
|
107 |
(via AI-first <a href='https://www.langchain.com/'>LangChain</a> toolkit)."""
|
108 |
|
109 |
gr.close_all()
|
|
|
103 |
</ul>\n\n
|
104 |
<strong>Technology:</strong> <a href='https://www.gradio.app/'>Gradio</a> UI using <a href='https://openai.com/'>OpenAI</a> API with
|
105 |
<a href='""" + WEB_URL + """'>GPT-4</a> foundation model and AI-native <a href='https://www.trychroma.com/'>Chroma</a> embedding database or
|
106 |
+
<a href='https://www.mongodb.com/blog/post/introducing-atlas-vector-search-build-intelligent-applications-semantic-search-ai'>MongoDB</a> vector search
|
107 |
(via AI-first <a href='https://www.langchain.com/'>LangChain</a> toolkit)."""
|
108 |
|
109 |
gr.close_all()
|