Skip to content

Overview / memoryRecall

memoryRecall

const memoryRecall: TObject<{ query: TObject<{ text: TString; vector: TArray<TNumber>; }>; vectors: TObject<{ collections: TRecord<TString, TArray<TObject<{ id: TString; metadata: TOptional<TRecord<TString, TAny>>; pageContent: TString; score: TNumber; vector: TArray<TNumber>; }>>>; embedder: TString; }>; }>

Released under the GPL-3.0 License.