IndexFieldVectorConfig

data class IndexFieldVectorConfig(val dimension: Int? = null, val flat: IndexFieldVectorConfigFlat? = null)

Constructors

Link copied to clipboard
constructor(dimension: Int? = null, flat: IndexFieldVectorConfigFlat? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val dimension: Int? = null

The resulting index will only include vectors of this dimension, and can be used for vector search with the same dimension.

Link copied to clipboard

Indicates the vector index is a flat index.