Interface: FieldChain
Defined in: src/batteries/vector/schema.ts:96
Post-declaration chain for a metadata field, toggling indexing and nullability.
Methods
index()
ts
index(): FieldChain;Defined in: src/batteries/vector/schema.ts:98
Mark the field as indexed for filtering.
Returns
FieldChain
nullable()
ts
nullable(): FieldChain;Defined in: src/batteries/vector/schema.ts:100
Mark the field as nullable.
Returns
FieldChain