Skip to main content
This is lesson 3 of 4 in this module Course 70% complete

Index and Query Vector Data in Redis

Premium Content

Sign in with your account or sign up to access this lesson.

The lesson demonstrates how to create a vector index in Redis by defining a schema with VectorField specifying the HNSW algorithm, dimensions, and distance metric, then query embeddings using KNN for nearest-neighbor search and hybrid queries combining metadata filters with vector search, including pipelining for bulk inserts.