Interface PreviewPatchSemanticTextField

Updated parameters for a semantic text field.

PatchSemanticTextField

interface PreviewPatchSemanticTextField {
    model?: string;
    readParameters?: object;
    type: "semantic_text";
    writeParameters?: object;
}

Properties

model?: string

The name of the embedding model. Cannot be changed once set; only specify to confirm the current model when also updating parameters.

PatchSemanticTextField

readParameters?: object

Updated model-specific parameters applied at query time.

PatchSemanticTextField

type: "semantic_text"

The field type. Must be semantic_text.

PatchSemanticTextField

writeParameters?: object

Updated model-specific parameters applied at write time.

PatchSemanticTextField