Spaces:
Sleeping
Sleeping
angelesteban00
commited on
Commit
•
8321d28
1
Parent(s):
cd740d0
- .DS_Store +0 -0
- app.py +4 -0
- img/arch.png +0 -0
.DS_Store
ADDED
Binary file (6.15 kB). View file
|
|
app.py
CHANGED
@@ -16,6 +16,10 @@ import os
|
|
16 |
DESCRIPTION = """\
|
17 |
# RAG - MongoDB Atlas Vector Search & OpenAI
|
18 |
This app is designed to provide a simple chat where to improve the answer from OpenAI with private information located in MongoDB Atlas cluster.<br>
|
|
|
|
|
|
|
|
|
19 |
|
20 |
## Prerequisites:
|
21 |
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:
|
|
|
16 |
DESCRIPTION = """\
|
17 |
# RAG - MongoDB Atlas Vector Search & OpenAI
|
18 |
This app is designed to provide a simple chat where to improve the answer from OpenAI with private information located in MongoDB Atlas cluster.<br>
|
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:
|
img/arch.png
ADDED