MongoDB Atlas Vector Search
Context / RAG ยท Vector RAG on top of an existing MongoDB Atlas operational database
At a glance
| Setup effort | Low |
| Released | 2023 |
| Open source | No |
| Hosting | Cloud |
| Privacy | Cloud index |
| Update mode | Real-time |
| Staleness | manual |
| Index type | Embeddings |
| Index limit | Very large |
| Capabilities | Embedding search, Hybrid (with Atlas Search), Filters, Drop-in MongoDB API, Auto-scaling |
What MongoDB Atlas Vector Search does
Embedding search, Hybrid (with Atlas Search), Filters, Drop-in MongoDB API, Auto-scaling
Best for
Vector RAG on top of an existing MongoDB Atlas operational database
Works well with
LLM Provider / Model
Integration
Agent / Orchestration
Conflicts & caveats
- Privacy conflict: Self-hosted Llama 3 (Ollama/Groq) sends code to cloud MongoDB Atlas Vector Search. Use local context (Continue indexing, ChromaDB, LanceDB, pgvector, Vespa self-hosted) for true privacy.
- โ ๏ธ SWE-agent with on-demand context "MongoDB Atlas Vector Search" may act on stale code โ prefer real-time context (Cursor @codebase, Greptile, GitHub Copilot indexing, Augment Context, CocoIndex, turbopuffer).
Build a full stack around MongoDB Atlas Vector Search โ Flowpicker shows compatibility warnings before you commit.
Open the stack planner โ