You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is binary vector data available for use at this point?
I configured the binary vector settings in the r2r.toml file, but upon checking the database, it seems to include regular float-type vectors as well. Which type of vector data is used during retrieval?
Finally, is it possible to remove the regular float-type vectors from the database?
The text was updated successfully, but these errors were encountered:
Great questions - the binary vector implementation is still a bit experimental.
You would need to make these changes by hand at the moment. If you would like to make a PR to make it more configurable s.t. we can drop the non-quantized vectors, then we would greatly welcome this contribution.
Otherwise, I will take note of this and circle back when we have the bandwidth. How have you found the binary performance? Are you combining with a reranker?
Is binary vector data available for use at this point?
I configured the binary vector settings in the r2r.toml file, but upon checking the database, it seems to include regular float-type vectors as well. Which type of vector data is used during retrieval?
Finally, is it possible to remove the regular float-type vectors from the database?
The text was updated successfully, but these errors were encountered: