Skip to content

Conversation

@Likith101
Copy link
Member

  • Added a new vector index type called binary index
  • Will be used alongside the regular float index
  • During regular search, we first run the query against the binary index and then only do the distance computing with the float index
  • Binary indexes are not merged, but are reconstructed

 - Added a new vector index type called binary index
 - Will be used alongside the regular float index
 - During regular search, we first run the query against the
binary index and then only do the distance computing with the
float index
 - Binary indexes are not merged, but are reconstructed
@Likith101 Likith101 changed the base branch from v17BQ to unstable-v17 December 17, 2025 08:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants