-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Support index based on DiskANN #650
Copy link
Copy link
Closed
Description
Hey,
I've been reading about the DiskANN vector search index and evaluating the feasibility of implementing it here.
The DiskANN paper claims faster convergence of queries compared to HNSW, faster index creation time and better recall.
I wanted to explore adding support for DiskANN based vector index in pgvector.
My plan is to fork this repo and reuse the page structure of HNSW vectors to implement DiskANN.
Post that we can evaluate / compare performance against HNSW and see if it is worth merging here.
Would you be open to this contribution?
If so, any pointers / design constraints you would like to highlight?
Thanks
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels