Replies: 1 comment
-
One solution worked for me to make indices writable on disk is:
from there onwards the index can be loaded and updated in disk as OnDiskInvertedLists will have read-only flag to false. |
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
-
Hi there, I have several really large indices, and I would like to start managing them using odil, but I dont want recreate the index. I want to ask if there is a way of migrating and existing index creating in a regular way to OnDiskInvertedLists with write permissions and unpacked data (e.g: separate ivf files on disk).
I could imagine I can go through the lists and add to the odil similar to what merge_ondisk does (here).
Is there an api for that? Will just migrating the lists to the odil class work?
Thanks in advance
Beta Was this translation helpful? Give feedback.
All reactions