MCPcopy
hub / github.com/labring/FastGPT / recallFromVectorStore

Function recallFromVectorStore

packages/service/common/vectorDB/controller.ts:104–105  ·  view source on GitHub ↗
(props)

Source from the content-addressed store, hash-verified

102
103export const initVectorStore = Vector.init;
104export const recallFromVectorStore: VectorControllerType['embRecall'] = (props) =>
105 retryFn(() => Vector.embRecall(props));
106
107type DatasetVectorInput = string | GetVectorsProps['inputs'][number];
108

Callers 2

embeddingRecallFunction · 0.90
controller.test.tsFile · 0.90

Calls 2

retryFnFunction · 0.90
embRecallMethod · 0.80

Tested by

no test coverage detected