Vector Search

3 cookbooks for building vector search with the valkey-search module. From basic KNN queries to hybrid search with filters.

01

Getting Started

Create an HNSW index, store FLOAT32 vectors, and run your first KNN search.

Beginner~10 minPython
02

Semantic Search with Embeddings

Build a real semantic search engine with OpenAI embeddings and 1536-dim vectors.

Intermediate~20 minPython
03

Hybrid Search (Vector + Filters)

Combine KNN with TAG, NUMERIC, and TEXT filters for production-grade search.

Advanced~25 minPython

🎮 Try It Live

Interactive vector search demo - create indexes, add documents, and run KNN queries in your browser.

Open Interactive Demo
⭐ View on GitHub