Vector Databases in Practice
Understand vector indexing, payloads, and reliable similarity search.
Understand vector indexing, payloads, and reliable similarity search.
Work through collection design, point identifiers, metadata filtering, and synchronization concerns using realistic catalog data. You will also learn why vector state needs an operational source of truth.
2 Modules · 6 Lessons · 165 Minutes Total
Master point creation, embedding dimensions, and distance metrics.
Compare Cosine, Dot product, and Euclidean distances for semantic similarity.
Initialize collections, set point vector sizes, and attach JSON payload fields.
Build boolean, keyword, and range payload indexes to execute fast filtered queries.
Maintain vector index integrity with SQL outbox tables and reconciliation.
Prevent database-vector drift using atomic SQL outbox queues.
Write operational reconciliation scripts to detect and clean orphaned vector points.
Measure query QPS, indexing memory footprint, and recall accuracy.
Implement a complete vector index pipeline featuring an outbox synchronization background worker, metadata-filtered semantic search endpoint, and vector reconciliation audit script.
Course Author & Industry Expert
Nikhil Rao is a Lead Data Infrastructure Engineer who has engineered large-scale vector search engines for enterprise clients.
Yes! The course demonstrates both embedded Qdrant local storage and containerized local Docker setups.