angelesteban00 commited on
Commit
5afd9fc
1 Parent(s): 8321d28

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -19,7 +19,7 @@ This app is designed to provide a simple chat where to improve the answer from O
19
  Demo based on https://www.mongodb.com/developer/products/atlas/rag-atlas-vector-search-langchain-openai/
20
 
21
  ## Architecture:
22
- <img width="1957" alt="image" src="images/arch.png">
23
 
24
  ## Prerequisites:
25
  create a free DB called "langchain_demo" and a collection called "collection_of_text_blobs" in MongoDB Atlas (https://cloud.mongodb.com). After that, you have two options:
 
19
  Demo based on https://www.mongodb.com/developer/products/atlas/rag-atlas-vector-search-langchain-openai/
20
 
21
  ## Architecture:
22
+ ![](images/arch.png)
23
 
24
  ## Prerequisites:
25
  create a free DB called "langchain_demo" and a collection called "collection_of_text_blobs" in MongoDB Atlas (https://cloud.mongodb.com). After that, you have two options: