Jump go di content
Glossary

MongoDB Vector Search

Di process of turning content into vector embeddings and storing dem in MongoDB Atlas Search vector indexes with metadata for efficient similarity search.

Synonym dem: mongodb embedding, vector indexing, semantic indexing, atlas search vectors

MongoDB vector search indexing start with chunked normalized content. Each chunk dey embedded, for example with Gemini or OpenAI embeddings, then stored inside MongoDB collection with vector search index. Rich metadata like tenant, locale, access tier, and timestamps enable downstream filtering and access control. Versioning embedding models and storing hashes support reproducibility and drift detection. Regular differential re-indexing ensure freshness without reprocessing unchanged pages.

Question dem wey people dey ask well-well

Why use MongoDB Atlas Search for knowledge retrieval?
MongoDB Atlas Search provide fast vector similarity search with ability to combine vector and traditional queries, integrated metadata filtering, and seamless scaling inside your existing MongoDB infrastructure.
Which metadata matter?
Store tenant ID, language, URL, content hash, updated timestamp, and model version to enable filtering, freshness checks, and controlled reindexing.