unum-cloud/USearch
A high-performance approximate nearest-neighbor search engine for vectors and similarity-based retrieval.

USearch is an open-source search and clustering engine optimized for vector similarity search. It supports approximate nearest-neighbor search across multiple programming languages including Python, JavaScript, Java, Rust, and Go. The engine uses SIMD optimizations for speed and supports various metrics including spatial, binary, and probabilistic similarity. It is commonly used as the vector storage backend for RAG applications, semantic search systems, and LLM-powered applications requiring embedding-based retrieval.