Hacker News new | ask | show | jobs
by peter_l_downs 2349 days ago
If I append a single new vector, will it show up in search results without me needing to ask for the index to be rebuilt? Can i update an existing vector without having to ask for the index to be rebuilt?

EDIT: from reading the linked article, it seems like newly inserted vectors will be queried using brute force. Very interesting idea!

1 comments

Correct, new vectors will first be searched thru brute force until the index is created on that file slice.