Skip to content

Commit 86f17d9

Browse files
authored
Add USearch and Voyager to Vector Databases section (#391)
Add two elite-tier vector search libraries: - USearch (4k+ stars): Fast single-file similarity search engine - Voyager (1.5k+ stars): Spotify's ANN library for Python/Java Both are Apache 2.0 licensed and actively maintained.
1 parent b1463b5 commit 86f17d9

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -485,6 +485,8 @@
485485
- **[ParadeDB](https://github.com/paradedb/paradedb)** ![GitHub stars](https://img.shields.io/github/stars/paradedb/paradedb?style=social) - Postgres-native search and analytics engine for full-text, faceted, and hybrid retrieval without moving data out of PostgreSQL.
486486
- **[Orama](https://github.com/oramasearch/orama)** ![GitHub stars](https://img.shields.io/github/stars/oramasearch/orama?style=social) - Lightweight search engine with full-text, vector, and hybrid search for browser, server, and edge applications.
487487
- **[HelixDB](https://github.com/HelixDB/helix-db)** ![GitHub stars](https://img.shields.io/github/stars/HelixDB/helix-db?style=social) - Graph-vector database for retrieval systems that need relationship traversal alongside semantic search.
488+
- **[USearch](https://github.com/unum-cloud/usearch)** ![GitHub stars](https://img.shields.io/github/stars/unum-cloud/usearch?style=social) - Fast single-file similarity search & clustering engine for vectors. Smaller and faster than FAISS with 20+ language bindings (C++, Python, JavaScript, Rust, Java, Go, etc.) and support for custom metrics. Apache 2.0 licensed.
489+
- **[Voyager](https://github.com/spotify/voyager)** ![GitHub stars](https://img.shields.io/github/stars/spotify/voyager?style=social) - Spotify's approximate nearest-neighbor search library for Python and Java. Up to 10x faster than Annoy with 4x less memory, designed for production use at billion-vector scale. Apache 2.0 licensed.
488490

489491
#### Embedding Models
490492

0 commit comments

Comments
 (0)