What problem does it solve?
Enables fast, accurate retrieval of semantically relevant documents and passages from large vector stores so applications can return context-aware results for question answering, RAG, and similarity matching with minimal latency.
Core Features & Use Cases
- High-performance Vector Storage: HNSW indexing and caching for sub-millisecond similarity lookups across millions of vectors.
- Similarity & Hybrid Search: Semantic nearest-neighbor retrieval with optional metadata filters and MMR to balance relevance and diversity.
- Quantization & Efficiency: Multiple quantization strategies to reduce memory footprint while preserving search quality for large-scale deployments.
- Batch Operations & RAG Integration: Bulk insert/export, stats, and patterns for building retrieval-augmented generation pipelines and integrating with LLMs or MCP tools.
Quick Start
Use the AgentDB Vector Search skill to initialize a local AgentDB datastore, store embeddings for your document set, and run a semantic query to retrieve the top 5 most relevant passages.