danny-avila / rag_api

ID-based RAG FastAPI: Integration with Langchain and PostgreSQL/pgvector
https://librechat.ai/
143 stars 60 forks source link

README section for MongoDB should be updated #52

Open jegraham-amplify opened 1 week ago

jegraham-amplify commented 1 week ago

The README section about using MongoDB should be updated to include some information:

  1. List any known issues, or functionality that does not work. If you know that things are not fully supported, please call that out here. Currently, the only indication that things might not work 100% is a one-line message that's logged when the service is started.
  2. The section about setting up the vector search index does not make it clear that the index needs to have the same name as your vector collection for the code to work (true after this fix. Previously, the index needed the name default). It should be explicitly stated that the vector search index name needs to match the configured COLLECTION_NAME.