CreateVectorIndexAction

A new vector index to be added to a table.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The number of dimensions in each vector.

Link copied to clipboard

The distance function used to calculate similarity. Valid values: COSINE, EUCLIDEAN, DOT_PRODUCT.

Link copied to clipboard

The name of the vector index. Must be unique within the table.

Link copied to clipboard

Specifies attributes that are copied (projected) from the table into the vector index.

Link copied to clipboard

The partition key and inline filter attribute definitions for the vector index.

Link copied to clipboard

The attribute that contains vector embeddings. If multiple vector indexes reference the same attribute, they must all use the same number of dimensions.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String