RediSearch
Full-text search and vector similarity search engine for Redis
Überblick
Anforderungen
Empfohlener VPS
Hostinger · KVM 2
2 vCPU · 8192 MB · 100 GB
Hostinger · KVM 2
2 vCPU · 8192 MB · 100 GB
Hostinger · KVM 4
4 vCPU · 16384 MB · 200 GB
Affiliate-Hinweis
Docker Compose
# Generated by Run This Ai — docker-compose.yml
services:
redisearch:
image: redislabs/redisearch:latest
restart: unless-stopped
ports:
- 8080:8080
volumes:
- ./data/redisearch:/data
Verwandte Tools
LangChain
Build context-aware reasoning applications powered by LLMs
Supabase
Open-source Postgres platform for AI apps with vector search, realtime subscriptions & built-in dashboard
RedisStack
Redis with integrated modules for vector search, JSON, and search capabilities
Meilisearch
Lightning-fast search engine with AI-powered hybrid and vector search
PrivateGPT
Chat with your documents privately using LLMs — 100% local, no data leaks
Milvus
High-performance cloud-native vector database for scalable ANN search
Anleitungen & Artikel
Building a RAG Pipeline with RediSearch Vector Search
A practical tutorial on building RAG pipelines with RediSearch vector search — from Docker setup to hybrid queries combining vector similarity with traditional filters.
RediSearch: Supercharge Redis with Full-Text and Vector Search
Learn how RediSearch transforms Redis into a full-featured search engine with full-text search, vector similarity, and secondary indexing for AI and RAG pipelines.