Skip to content
1 min read · 83 words

@nhtio/adk/batteries/vector/retrievable

Interfaces

InterfaceDescription
VectorRetrievableCallbacksThe four retrievable-lifecycle callbacks produced by createVectorRetrievableCallbacks.
VectorRetrievableGlueOptionsConfiguration for wiring a vector store to the ADK's retrievable lifecycle callbacks.

Functions

FunctionDescription
createVectorRetrievableCallbacksBuild the retrievable-lifecycle callbacks (fetch/store/mutate/delete) that bridge a callable vector store to the ADK's retrievable subsystem, applying the supplied query derivation, match-to-retrievable mapping, and trust-tier assignment.