microsoft / DiskANN

Graph-structured Indices for Scalable, Fast, Fresh and Filtered Approximate Nearest Neighbor Search
Other
1.02k stars 208 forks source link

PQ Support for Dynamic Index #521

Open NingyuanChen opened 5 months ago

NingyuanChen commented 5 months ago

Reference Issues/PRs

Support PQ with dynamic index. This implementation is a trail to hold both PQ and Full Precision vectors in memory. Search and insert will be based on PQ vector, where Full Precision vector is just stored as reference.

What does this implement/fix? Briefly explain your changes.

Any other comments?