Redis Vector Search

Redis vector search guidance covering HNSW vs FLAT algorithm choice, vector index configuration (dims, distance metric, datatype), filtered hybrid search combining vector similarity with TAG or NUMERIC filters, and the RAG retrieval pattern with RedisVL. Use when defining a VECTOR field in FT.CREATE, integrating embeddings (OpenAI, Cohere, sentence-transformers), tuning HNSW parameters (M, EF_CONSTRUCTION, EF_RUNTIME), building a retrieval-augmented generation pipeline, or filtering vector results by attribute.

tuyv 05576e1 4 files · 18.2 KB Updated

File contents

tuyv/ccpm/tree/main/preset-registry/skills/redis-agent-skills-redis-vector-search commit 05576e11ae

Frequently asked questions

npx skillmds@latest add tuyv/redis-vector-search