|
|
|
|
|
by gujun720
2349 days ago
|
|
Milvus allows users to append vectors. Vectors are stored in multiple file slices. When a file slice reaches the threshold, Milvus will build the index for that file slice, and new data will be inserted into a new file slice. For details, please refer
https://medium.com/@milvusio/managing-data-in-massive-scale-... We are now working on the vector deletion. Hopefully will be ready by the end of 1Q this year. |
|
EDIT: from reading the linked article, it seems like newly inserted vectors will be queried using brute force. Very interesting idea!