Feature: support all data types listed in scalar_kind_t in index_dense #469
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
Describe what you are looking for
index_dense seems to only support these data types:
The casts are instantiated only for these 5 types as well.
scalar_kind_t has much more than that:
In particular, the SIFT1B dataset from http://corpus-texmex.irisa.fr/ seems to require unsigned char, and building a float-based index for that dataset seems wasteful.
If there is a good reason to only support those 5 data types, some documentation of the rationale would be great.
Can you contribute to the implementation?
Is your feature request specific to a certain interface?
C++ implementation
Contact Details
[email protected]
Is there an existing issue for this?
Code of Conduct
The text was updated successfully, but these errors were encountered: