
1/9/2024 · Demetrios Brinkmann
What this post added
This post details the use of Qdrant for high-performance entity matching, specifically for hotel data. It highlights the challenges of data inconsistency, duplication, and real-time processing across multiple languages. The solution leverages Qdrant's HNSW algorithm for efficient vector indexing, demonstrating significant improvements in speed and recall compared to initial PostgreSQL experiments with Pgvector. The post also touches upon the importance of geofiltering for accurate matching and the experimentation with different embedding models (Mini LM) and HNSW parameters (M and efConstruct) to optimize performance.