Files
genai-toolbox/docs/en/resources/sources/mongodb.md
Ganga4060 c5e1aaa2dc docs: removed database field from reference (#1230)
Removed database field from reference of mongodb sources
2025-08-25 18:35:52 +00:00

1.1 KiB

title, type, weight, description
title type weight description
MongoDB docs 1 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

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

Reference

field type required description
kind string true Must be "mongodb".
uri string true connection string to connect to MongoDB