truefoundry / cognita

RAG (Retrieval Augmented Generation) Framework for building modular, open source applications for production by TrueFoundry
https://cognita.truefoundry.com
Apache License 2.0
3.26k stars 265 forks source link

Add MongoDB as a vector database #288

Open rajeshvinayagam-lab opened 3 months ago

rajeshvinayagam-lab commented 3 months ago

In addition to other Vector Stores, can MongoDB be added as another vector store

S1LV3RJ1NX commented 2 months ago

Users can add a new vectorstore by inheriting from the base vector class, would love to have your contribution for the same.

rajeshvinayagam-lab commented 2 months ago

Sure have started working on the mongodb as a vector database will raise a pull request soon with the changes