Hi everyone,
I’m currently working on a project involving generative AI and vector search, and I’m seeking some guidance on implementing this within MongoDB.
Specifically, I’m interested in exploring how to efficiently store and query large collections of embeddings generated by language models (LLMs) such as GPT-3 or BERT. My goal is to build a system that can perform similarity searches on these embeddings to retrieve relevant data points.
I’ve been reading up on MongoDB’s capabilities for handling vector data, but I’m still unsure about the best practices for modeling the data and optimizing the queries for performance.
I also check this : https://www.mongodb.com/community/forums/t/how-to-implement-filters-in-mongodb-atlas-vector-search-using-langchaingenerative ai
If anyone has experience or insights into implementing vector search for LLMs in MongoDB, I would greatly appreciate any advice or pointers you could provide.
Thank you in advance for your help!