What problem does it solve?
Solves the challenge of operating high-performance distributed vector stores by enabling sub-millisecond cross-node synchronization, robust hybrid vector+metadata retrieval, and scalable multi-database management for AI systems.
Core Features & Use Cases
- QUIC synchronization for encrypted, low-latency UDP replication and event broadcasting across nodes.
- Hybrid search & custom metrics combining vector similarity (cosine, euclidean, dot, custom) with metadata filters and weighted scoring, plus MMR for diversity.
- Multi-database and production patterns including sharding, connection pooling, retry/backoff, monitoring, import/export, and optimization.
- Use Case: Real-time multi-agent coordination that requires synchronized memories across geographically distributed nodes to serve low-latency recommendations and reasoning.
Quick Start
Enable QUIC synchronization between three AgentDB nodes, insert a document with embedding and metadata, and run a weighted hybrid vector and metadata search with cosine metric and MMR enabled.