Tag
The article discusses ACORN's algorithm for fixing filtered vector search challenges and compares it with Qdrant's filterable HNSW method, including performance benchmarks on a million-point dataset.
HyphaeDB is a novel agent-native memory infrastructure that repurposes the HNSW graph topology as a gossip-based communication fabric for multi-agent knowledge propagation and emergent coordination, contrasting with traditional passive vector databases.
Manticore's KNN search gets up to 29% faster with 2-pass HNSW, batched distances, compile-time distance specialization, and AVX-512 support.
Manticore Search introduces early termination for HNSW-based KNN vector search, reducing distance computations by up to 80% for large k values while maintaining precision within 2-4% of full search.