|
|
|
|
|
by dureuill
827 days ago
|
|
Hello, I have a few questions: - how much time to insert 15 millions of vectors of 768 f32? - how much RAM needed for this operation? - if inserting another vector, how incremental is the insertion? Is it faster than reindexing the 15M + 1 vectors from scratch? - does the structure need to stay in RAM or can it be efficiently queried from a serialized représentation? - how fast is the search in the 15M vectors on average? |
|