Skip to content
1 min read · 91 words

@nhtio/adk/batteries/vector/plan

Compiled query plans for the vector storage battery.

Remarks

This module defines the neutral, pure-type plans that the query builder compiles to. Adapters consume these plans to perform vector operations without runtime logic here.

Interfaces

InterfaceDescription
CollectionFieldSpec-
CollectionSpec-
DeletePlan-
ProjectionNormalized projection from .select(); REQUIRED on reads — every column opt-in, id included.
SearchPlan-
UpsertPlan-