IntermediateVocabulary#Qdrant#vector database#HNSW#vector search

Qdrant Vector Database Exercises

Qdrant is a high-performance vector database with advanced filtering and sparse vector support. These exercises cover collection creation requirements, payload filtering during HNSW search, index tuning parameters (m, ef_construct), sparse vectors for keyword retrieval, and the upsert operation semantics.

0 / 5 completed
1 / 5
In Qdrant, what is a Collection and what must you specify when creating one?