esteininger / vector-search

The definitive guide to using Vector Search to solve your semantic search production workload needs.
http://vectorsearch.dev
269 stars 15 forks source link

MongoDB Support for LangChain Vectorstore #2

Open nathanclevenger opened 1 year ago

nathanclevenger commented 1 year ago

https://github.com/hwchase17/langchain is very popular and powerful framework for building applications on top of LLMs, and Vector Search is a key aspect of this.

There are quite a few Vectorstores supported by LangChain, but not MongoDB: https://python.langchain.com/en/latest/modules/indexes/vectorstores.html

I just opened a ticket in that project to discuss this topic, but I wanted to also bring it up here to see if there was anyone else in the MongoDB community who is using Langchain: https://github.com/hwchase17/langchain/issues/2274

cc: @sam-lippert and @AggressivelyMeows

rkiesler1 commented 1 year ago

Check out https://python.langchain.com/docs/integrations/vectorstores/mongodb_atlas

Deh-alba commented 10 months ago

hey folks, did you see how do it in local mongoDB ? If yes, they know a tutorial?