Interface: CollectionFieldSpec
Defined in: src/batteries/vector/plan.ts:74
Declaration of a single metadata field in a CollectionSpec.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
index? | boolean | Whether the backend should index the field for filtering. | src/batteries/vector/plan.ts:80 |
name | string | Field name. | src/batteries/vector/plan.ts:76 |
nullable? | boolean | Whether the field accepts null/absent values. | src/batteries/vector/plan.ts:82 |
type | "string" | "number" | "boolean" | "integer" | "json" | Field's scalar type. | src/batteries/vector/plan.ts:78 |