danny-avila / rag_api

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

fix: Mongo Vector Store - retrieval not working #50

Closed indradeep closed 2 weeks ago

indradeep commented 3 weeks ago

fixed #49

Retrievals were failing because the index_name was not initialized to the collection name.

Langchain Mongo Atlas vector search uses default as the index name if not specified.

danny-avila commented 2 weeks ago

thank you!