Blog |
Support |
Repository |
Wizard
Jump to letter: [
APRUVX
]
valkey-search - Vector Similarity Search engine
- Website:
- https://github.com/valkey-io/valkey-search
- Licence:
- BSD-3-Clause AND MIT
- Vendor:
- Remi's RPM repository <https://rpms.remirepo.net/> #StandWithUkraine
- Description:
valkey-search (BSD-3-Clause), provided as a Valkey module,
is a high-performance Vector Similarity Search engine optimized
for AI-driven workloads. It delivers single-digit millisecond
latency and high QPS, capable of handling billions of vectors
with over 99% recall.
valkey-search allows users to create indexes and perform similarity
searches, incorporating complex filters. It supports Approximate Nearest
Neighbor (ANN) search with HNSW and exact matching using K-Nearest Neighbors
(KNN). Users can index data using either Valkey Hash or Valkey-JSON data types.
While valkey-search currently focuses on Vector Search, its goal is to extend
Valkey into a full-fledged search engine, supporting Full Text Search and
additional indexing options.
Packages