microsoft / DiskANN

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

Fixing index_prefix_path bug in python for StaticMemoryIndex #491

Closed daxpryce closed 10 months ago

daxpryce commented 10 months ago

Reference Issues/PRs

Identical to the bug fixed in #483 was a bug in StaticMemoryIndex, also loading the wrong index prefix path.

Both are fixed to what they always should have been.