Deploying Qdrant and Ingesting Embeddings
Scenario
You need to provide a vector search engine for the data science team.
Tasks
- Install Qdrant via Helm.
- Port-forward the Qdrant API.
- Use a Python script to embed a dataset and insert it into Qdrant.
- Run a query and retrieve the top-k nearest neighbors.