Open
Description
Hello,
I'm exploring usage of this library, i have some question after checking the sample apps some stuff are still not clear to me.
How to create an on disk index then push data into it ? For what i saw, the index is built from a file one time.
Is it possible to add vectors into a on disk index after creation ? meaning i create an empty index then add data into it.
What are the limitations of on disk index ? all samples like AbstractIndex use the memory index.
The samples are nice, but not really helpful understanding how to create and index, updating it, removing stuff, searching it then close it.
Thank you for your help.