MongoDB

MongoDB is a no-sql data platform that can not only serve general purpose data requirements also perform VectorSearch where both operational data and embeddings used of search can reside in same document.

About

MongoDB is a popular NoSQL database that stores data in flexible, JSON-like documents, making it easy to develop and scale applications.

Example

kind: sources
name: my-mongodb
type: mongodb
uri: "mongodb+srv://username:password@host.mongodb.net"       

Reference

fieldtyperequireddescription
typestringtrueMust be “mongodb”.
uristringtrueconnection string to connect to MongoDB