- Enables fast similarity search over millions of embeddings
- Uses approximate nearest-neighbour structures to avoid full scans
- Trades a little accuracy for large gains in query speed
- Underpins scalable semantic search and retrieval
Comparing a query against every vector is too slow at scale, so an index enables fast approximate nearest-neighbour search.
Approaches like HNSW graphs and IVF partitioning organise vectors for efficient similarity search.
Approximate indexes return slightly less exact results in exchange for dramatically faster queries, tunable by parameters.
Follow Techment on LinkedIn for practical AI, Data Engineering, and Microsoft Fabric insights delivered every week.
Hello popup window