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.
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
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