Interface PreviewSparseVectorField

A sparse vector field configuration. Stores sparse vectors for keyword or hybrid search.

SparseVectorField

interface PreviewSparseVectorField {
    type: "sparse_vector";
}

Properties

Properties

type: "sparse_vector"

Identifies this as a sparse vector field. Must be sparse_vector.

SparseVectorField