MongoDB Atlas is a fully-managed cloud database available in AWS, Azure, and GCP. It now has support for native Vector Search on the MongoDB document data.
langchain-mongodb
python package.
Hybrid Search Retriever
performs full-text searches using Lucene’s standard (BM25
) analyzer.
Hybrid Search Retriever
combines vector and full-text searches weighting them the viaReciprocal Rank Fusion
(RRF
) algorithm.
MongoDBAtlasVectorSearch
and needs an Atlas Vector Search Index defined to work. Please look at the usage example on how to set up the index.
To import this cache: