Skip to content
1 min read · 67 words

Function: createVectorRetrievableCallbacks()

ts
function createVectorRetrievableCallbacks(
  opts: VectorRetrievableGlueOptions,
): VectorRetrievableCallbacks;

Defined in: src/batteries/vector/retrievable_glue.ts:58

Build 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.

Parameters

ParameterTypeDescription
optsVectorRetrievableGlueOptionsThe store, collection, and behaviour overrides.

Returns

VectorRetrievableCallbacks

The four wired VectorRetrievableCallbacks.