Comment on Show HN: HNSW index for vector embeddings in approx 500 LOCComments−mertleee1yI guess I'm too simple to understand why this is useful? Just because it's been implemented in so few lines or?−cluckindan1yIt makes it possible to approximate k-nearest neighbor vector search without having to calculate cosine similarity, dot product or euclidean distance for all stored vectors on the fly.
Comments
I guess I'm too simple to understand why this is useful? Just because it's been implemented in so few lines or?
It makes it possible to approximate k-nearest neighbor vector search without having to calculate cosine similarity, dot product or euclidean distance for all stored vectors on the fly.