[Question]: Setup RAG on HuggingFace deployment #3424
-
What is your question?Hello, Thanks a lot for your amazing work! I have deployed an instance of LibreChat to HuggingFace with MongoDB Atlas and I would like to use RAG. I've set the More DetailsI would like to know the simplest way to configure one. Thank you very much! What is the main subject of your question?Installation ScreenshotsNo response Code of Conduct
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Have you managed to solve this problem? |
Beta Was this translation helpful? Give feedback.
-
1. Set Up Your MongoDB Database1. Use MongoDB Compass to connect to your LibreChat database.
2. Set Up the
|
Beta Was this translation helpful? Give feedback.
1. Set Up Your MongoDB Database
1. Use MongoDB Compass to connect to your LibreChat database.
2. Create a new collection named
rag
.3. In the new
rag
collection:Navigate to the Indexes tab.
Switch to the Search Indexes view.
Click Create Atlas Search Index, then configure it as follows:
Name:
vector_index
Type:
Vector Search
Index Definition: