CreateIndexOptions

class CreateIndexOptions(val vectorBucketName: String)(source)

Options for creating a vector index.

Constructors

Link copied to clipboard
constructor(vectorBucketName: String)

Properties

Link copied to clipboard

Data type of vectors stored in the index.

Link copied to clipboard

Number of dimensions in indexed vectors.

Link copied to clipboard

Distance metric used for similarity search.

Link copied to clipboard

Name of the index to create.

Link copied to clipboard

Optional metadata indexing configuration.

Link copied to clipboard

Name of the vector bucket where the index will be created