Data Science Wire

How to Clean Up a Qdrant Collection

Qdrant BlogAug 104 min read

Every crawl, retried job, and embedding pipeline change writes points into a vector collection. The stored data keeps moving even when the query code never changes, and the top results move with it. At first, little looks wrong. Search returns results, and latency stays normal. In our baseline run, the context-relevance score sat at 0.92 out of 1.00 while four answers in ten came back wrong, because duplicate chunks and one outdated record were filling the five results the agent could read.

Read the full story at Qdrant Blog

More in MLOps / LLMOps