This talk explores a key area in modern search quality evaluation: identifying the causes of the problems we see in our vector search implementation.
The world of Vector Search (when it doesn’t work) can be frustrating, with two common main failing areas: the text-to-vector embedding model selection and the choice of the approximate nearest neighbour solution.
Introducing the Vector Search Doctor: an open-source tool to compare how well the embedding model performs on your data in comparison to public benchmarks, and how well the approximate nearest neighbour implementation you chose compares with the exact vector search.
The audience is expected to learn how to use the Vector Search Doctor to audit their vector search implementation weaknesses.