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
| Parameter | Type | Description |
|---|---|---|
opts | VectorRetrievableGlueOptions | The store, collection, and behaviour overrides. |
Returns
The four wired VectorRetrievableCallbacks.