Skip to content

CreateTableIndexRequest missing necessary information to build Vector index. #253

Description

@yuqi1129

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?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions