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
Allow compressed indexes: an index that is built using compressed data, or built using the original that but stores compressed data for querying. Examples: Vanama+PQ, IVFPQ.
Adapter to tie an index and compressor
Internal changes to indexes and compressors to support compressed data storage
Build index from compressed data
Build index from uncompressed data, query on compressed data
Assymetric distance computation (ADC) for PQ and similar
Stretch goals (not required to close issue):
Optimize distance computation on compressed, uncompressed, and assymetric comparisons
Support compressors with preprocessing steps such as OPQ and similar
Improve BaseIndex / BaseCompressor APIs to support compressed indexes
The text was updated successfully, but these errors were encountered:
unroll
changed the title
Support indexes on compressed data (example: Vanama+PQ, IVFPQ, etc)
Indexes on compressed data (example: Vanama+PQ, IVFPQ, etc)
Nov 27, 2024
unroll
changed the title
Indexes on compressed data (example: Vanama+PQ, IVFPQ, etc)
Indexes on compressed data
Nov 27, 2024
Allow compressed indexes: an index that is built using compressed data, or built using the original that but stores compressed data for querying. Examples: Vanama+PQ, IVFPQ.
Stretch goals (not required to close issue):
The text was updated successfully, but these errors were encountered: