apollo-code / storage/src / DefaultMemoryRecallService
Class: DefaultMemoryRecallService
Implements
Constructors
Constructor
new DefaultMemoryRecallService(
memory,index):DefaultMemoryRecallService
Parameters
memory
index
Returns
DefaultMemoryRecallService
Properties
index
readonlyindex:MemoryIndex
memory
readonlymemory:MemoryService
Methods
recall()
recall(
scope,query,options?):Promise<readonlyMemoryRecallHit[]>
Parameters
scope
query
string
options?
MemoryRecallOptions = {}
Returns
Promise<readonly MemoryRecallHit[]>