kernl

Type Alias: SearchFieldType

type SearchFieldType = ScalarType | ComplexType | VectorType | `${ArrayableType}[]`;

Defined in: retrieval/src/types.ts:25

Supported field types in a search schema.

On this page