Databricks Vector Search
https://www.databricks.com/product/machine-learning/vector-search
Storage-optimised index scaling to billions of vectors. Hosted MCP servers for UC functions, Genie, Vector Search. Agent framework integrates retrieval with Unity Catalog governance.
At a glance
- Type
- Storage-optimised + Unity Catalog governance
- Tier
- T1
- Section
- Vector-database infrastructure
- Created
- 2013
- Latest release
- not applicable — not OSS
- License
- not applicable — not OSS
- GitHub
- not applicable — no GitHub repo
- Pricing
- Pay-per-use
- Funding
- $20.2B total over 14 rounds; $62B valuation Dec 2024
Taxonomy
- storage
- vector
- retrieval
- similarity
- persistence
- long-term
- update
- overwrite
- unit
- chunk
- governance
- auditable
- conflict
- overwrite
When to use
Optimised for: low-latency similarity search + scale
Anti-fit: not for relational / graph-heavy queries (vector-first by design)
Pros & cons
Pros
Vector index inside the Databricks lakehouse with first-class Delta integration; strong for shops already centralized on Databricks.
Cons
Databricks-only; less mature ecosystem of agent integrations than Pinecone / Weaviate.
Claims & capabilities
7× lower cost (2026). Memory-scaling docs address multi-user agent memory patterns.
Technical surface
- API surface
- REST, SDK: Python
- Backend storage
- Delta Lake (columnar/lakehouse)
- Deployment
- Managed-only
- Embedding model
- multiple supported
- Multi-tenancy
- Workspace-level isolation; separate CMEK per business unit/environment for encryption isolation; revoking key renders data inaccessible
- MCP
- via official adapter — Databricks MCP
- A2A
- no Google A2A (Agent2Agent) integration documented as of 2026-05.
- OpenTelemetry
- first-class — Unity Catalog + OTel
Similar systems
Other vector-database infrastructure in the catalog, ranked by inbound references.
- Qdrant T1
Distribution-Based Score Fusion + RRF. Sparse vectors native; filtering via ANN graph modification.
- pgvector T1
Stores embeddings alongside relational + full-text data. HNSW + IVFFlat ANN indexes. Used as agent conversation memory via LangChain + MCP. Foundation of Supabase AI and many self-hosted RAG stacks.
- Pinecone T1
Managed vector DB. Cascading sparse + dense + rerank pipeline; pinecone-rerank-v0 .
- Chroma T1
Limited native hybrid (users build RRF custom). Fast Rust core (v2.5).
- LanceDB T1
Embedded vector DB (Arrow columnar). RRF reranker. Petabyte-scale on disk.
- MongoDB Atlas Vector Search T1
Agent memory store for both short-term (document) and long-term (vector). LangGraph checkpointer for stateful agents. Vector search extended to Community Edition (Sept 2025).