RediSearch
RediSearch is a Redis module that provides high-performance vector search and similarity search capabilities on top of Redis, enabling advanced search and retrieval features for AI and data applications.
About this tool
RediSearch
RediSearch is a Redis module that provides advanced querying, secondary indexing, full-text search, and vector similarity search capabilities for data stored in Redis.
Features
- Full-text indexing of multiple fields in Redis hashes
- Incremental indexing without performance loss
- Document ranking using tf-idf, with optional user-provided weights
- Field weighting for search relevance
- Complex boolean queries with AND, OR, and NOT operators
- Prefix matching, fuzzy matching, and exact-phrase queries
- Double-metaphone phonetic matching
- Auto-complete suggestions with fuzzy prefix suggestions
- Stemming-based query expansion in multiple languages (using Snowball)
- Chinese-language tokenization and querying (using Friso)
- Numeric filters and ranges
- Geospatial searches using Redis geospatial indexing
- Powerful aggregations engine for data analysis
- Support for all UTF-8 encoded text
- Flexible document retrieval: full documents, selected fields, or just document IDs
- Sorting of results (e.g., by creation date)
- Geoshape indexing
- Vector similarity search:
- KNN (k-nearest neighbors)
- Filtered KNN
- Range query for vector data
- Cluster support:
- Distributed cluster mode for scaling to billions of documents across many servers (available in Redis Cloud and Redis Enterprise Software)
Category
- SDKs & Libraries
Tags
vector-search, redis, open-source, similarity-search
License
- Redis Source Available License 2.0 (RSALv2) or Server Side Public License v1 (SSPLv1)
Pricing
- RediSearch is open source. Distributed cluster features are available as part of Redis Cloud and Redis Enterprise Software (pricing details for those are not provided here).
Loading more......
Information
Categories
Similar Products
6 result(s)PostgreSQL supports vector indexing and similarity search via the PGVector extension, allowing relational databases to manage and retrieve vector embeddings efficiently.
Arroy is an open-source library for efficient similarity search and management of vector embeddings, useful in vector database systems.
KGraph is an open-source library for fast approximate nearest neighbor search in high-dimensional vector spaces, applicable to vector database solutions.
Puck is an open-source vector search engine designed for fast similarity search and retrieval of embedding vectors.
Qdrant is a dedicated vector database and similarity search engine supporting advanced filtering and efficient retrieval, suitable for faceted search and retrieval-augmented generation. It offers self-hosted and cloud deployment options, making it highly relevant for vector search applications.
Qinco is an open-source implementation from Facebook Research for Residual Quantization with Implicit Neural Codebooks. It provides quantization and indexing methods for compact vector representations to accelerate similarity and nearest neighbor search, making it relevant as a low-level vector indexing and compression component for vector databases and large-scale AI retrieval systems.