Search systems are everywhere,
from Google, to e-commerce sites, to internal documents
Match exact terms between the query and the documents
Struggles with:
Calculates the exact distance between the query and the document vectors,
for every document
To find the most similar documents:
ANN
kNN
Trade exact precision for huge speed improvements
Examples of ANN methods:
(Hierarchical Navigable Small Worlds)
Construct:
Organizes vectors into a hierarchical, multi-layered graph structure, which allows for fast navigation through the dataset during search operations
(Hierarchical Navigable Small Worlds)
In Weaviate:
Organizes vectors into a hierarchical, multi-layered graph structure, which allows for fast navigation through the dataset during search operations
with Data Science Dojo