Merge IndexHNSW
#4096
Replies: 1 comment
-
|
Stitching graph indices is not trivial without incurring an accuracy loss or memory overhead. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is there an efficient way to merge IndexHNSW? It seems odd to me that there is no implementation of
merge_fromin IndexHNSWFlat/PQ and etc. It could be easily added by doingstorage->merge_from(other.storage)inside(and in case of nullptr storage throw an exception)Beta Was this translation helpful? Give feedback.
All reactions