We need to provide some necessary parameters for Index, like IVF_PQ:
- numSubVectors(defalut value:16)
- maxIters
- k-means Redos
- sampleRate
The default value for numSubVectors is 16. If the dimension of a vector is less than 16 or can't be divided by 16, it will throw exceptions, however, there is no way to pass a custom value via CreateTableIndexRequest as it has no field to store those values. How do we handle this scenario?