bstraehle commited on
Commit
0e369c8
·
1 Parent(s): 461c25a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -147,10 +147,10 @@ description = """<strong>Overview:</strong> Reasoning application that demonstra
147
  </ul>\n\n
148
  <strong>Technology:</strong> <a href='https://www.gradio.app/'>Gradio</a> UI using the <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). Speech-to-text (STT) via OpenAI
152
- <a href='https://openai.com/research/whisper'>whisper-1</a> model. Embeddings via OpenAI
153
- <a href='https://openai.com/blog/new-and-improved-embedding-model'>text-embedding-ada-002 model</a>. In addition to the OpenAI API version, see also the
154
  <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
155
  <a href='https://github.com/bstraehle/ai-ml-dl/tree/main/hugging-face'>GitHub</a>."""
156
 
 
147
  </ul>\n\n
148
  <strong>Technology:</strong> <a href='https://www.gradio.app/'>Gradio</a> UI using the <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
+ Speech-to-text (STT) via OpenAI <a href='https://openai.com/research/whisper'>whisper-1</a> model. Embeddings via OpenAI
152
+ <a href='https://openai.com/blog/new-and-improved-embedding-model'>text-embedding-ada-002 model</a>. Implementation via AI-first
153
+ <a href='https://www.langchain.com/'>LangChain</a> toolkit. In addition to the OpenAI API version, see also the
154
  <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
155
  <a href='https://github.com/bstraehle/ai-ml-dl/tree/main/hugging-face'>GitHub</a>."""
156