@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
| Interface | Description |
|---|---|
| CollectionFieldSpec | - |
| CollectionSpec | - |
| DeletePlan | - |
| Projection | Normalized projection from .select(); REQUIRED on reads — every column opt-in, id included. |
| SearchPlan | - |
| UpsertPlan | - |