bstraehle commited on
Commit
d0356ef
·
1 Parent(s): fd1f990

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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()