Skip to content

MB-70336 Add qb parameter support to ParameterSpace for IndexIVFRaBitQ#67

Open
Nischal1729 wants to merge 1 commit intoblevesearch:blevefrom
Nischal1729:qb-autotune
Open

MB-70336 Add qb parameter support to ParameterSpace for IndexIVFRaBitQ#67
Nischal1729 wants to merge 1 commit intoblevesearch:blevefrom
Nischal1729:qb-autotune

Conversation

@Nischal1729
Copy link
Collaborator

Allow setting the query quantization bits (qb) on IndexIVFRaBitQ through FAISS ParameterSpace. This enables the Go/CGO layer to control qb via the existing ParameterSpace wrapper without new Faiss qb API and C API bindings, and also can be used for future per request use.

  • Register qb (0-8) in ParameterSpace::initialize for auto-tuning
  • Add qb setter in set_index_parameter with dynamic_cast guard

Allow setting the query quantization bits (qb) on IndexIVFRaBitQ
through FAISS ParameterSpace. This enables the Go/CGO layer to
control qb via the existing ParameterSpace wrapper without new
Faiss qb API and C API bindings, and also for future per request use.

- Add IndexIVFRaBitQ include to AutoTune.cpp
- Register qb (0-8) in ParameterSpace::initialize for auto-tuning
- Add qb setter in set_index_parameter with dynamic_cast guard
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