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

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
- ![](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
+ ![local img]("file=img/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: