How can search directly filter scores?
How can search directly filter scores? Do I have to search and filter by myself?
8 Replies
Vectorize queries return up to 100 vectors most similar to the input vector that you provide. The number of vectors in the query response is configurable, and you can also filter vectors based on namespace/metadata values. But you cannot filter them by score.
Will the vectorize feature be updated soon? For example, I don't know the ID and I want to loop through all the vector data. It seems like I can't get it, right? Do I need to know the ID or vector?
You can query by either providing an input vector of your choice, or you can query by providing the identifier for a vector that is already in the index.
If it was an operational error in my database and my ID was lost in the database, wouldn't it be impossible to clean it up?
You won't be able to iterate through all the vectors in an index. That's an ability we plan to provide in the future.
Do you plan to increase the number of vectors? For example, more than 5 million?
That too is on our road map. But we haven't committed to it yet
At present, we can only split it into multiple indices, and we may have 10 million vectors