Browse Skills
Install every skill matching this filter
$ skillbazaar install --tag algorithm --agent claudeSign in (free) to install skills with the CLI.
$ skillbazaar install --tag algorithm --agent claudeSign in (free) to install skills with the CLI.
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.