Redis 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.

pyfagorass e9ead17 6 files · 12.6 KB Updated

File contents

pyfagorass/bookofspells/tree/main/skills/redis/redis-vector-search commit e9ead1713c

Frequently asked questions

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