Skip to Content

recall

recall(query: string, ctx: RecallContext, options: RecallOptions): Promise<RecallResult>

Defined in: src/lib/memory/recall.ts:60 

Single entry point for memory retrieval across facts (vault) and chunks (engine). Returns a unified, ranked list.

Parameters

ParameterType

query

string

ctx

RecallContext

options

RecallOptions

Returns

Promise<RecallResult>

Last updated on