bstraehle commited on
Commit
109b535
·
1 Parent(s): 4729dea

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -148,8 +148,8 @@ description = """<strong>Overview:</strong> Reasoning application that demonstra
148
  <strong>Technology:</strong> <a href='https://www.gradio.app/'>Gradio</a> UI using <a href='https://openai.com/'>OpenAI</a> API with
149
  <a href='""" + WEB_URL + """'>GPT-4</a> foundation model, AI-native <a href='https://www.trychroma.com/'>Chroma</a> embedding database, and
150
  <a href='https://www.mongodb.com/blog/post/introducing-atlas-vector-search-build-intelligent-applications-semantic-search-ai'>MongoDB</a> vector search
151
- (via AI-first <a href='https://www.langchain.com/'>LangChain</a> toolkit). In addition to the OpenAI version, see also the
152
- <a href='https://aws.amazon.com/bedrock/'>Amazon Bedrock</a> and <a href='https://cloud.google.com/vertex-ai'>Google Vertex AI</a> versions on
153
  <a href='https://github.com/bstraehle/ai-ml-dl/tree/main/hugging-face'>GitHub</a>."""
154
 
155
  gr.close_all()
 
148
  <strong>Technology:</strong> <a href='https://www.gradio.app/'>Gradio</a> UI using <a href='https://openai.com/'>OpenAI</a> API with
149
  <a href='""" + WEB_URL + """'>GPT-4</a> foundation model, AI-native <a href='https://www.trychroma.com/'>Chroma</a> embedding database, and
150
  <a href='https://www.mongodb.com/blog/post/introducing-atlas-vector-search-build-intelligent-applications-semantic-search-ai'>MongoDB</a> vector search
151
+ (via AI-first <a href='https://www.langchain.com/'>LangChain</a> toolkit). In addition to the OpenAI API version, see also the
152
+ <a href='https://aws.amazon.com/bedrock/'>Amazon Bedrock</a> API and <a href='https://cloud.google.com/vertex-ai'>Google Vertex AI</a> API versions on
153
  <a href='https://github.com/bstraehle/ai-ml-dl/tree/main/hugging-face'>GitHub</a>."""
154
 
155
  gr.close_all()