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

Method delete

packages/service/common/vectorDB/type.ts:98–98  ·  view source on GitHub ↗

* Delete vectors from the database

(props: DelDatasetVectorCtrlPropsType)

Source from the content-addressed store, hash-verified

96 * Delete vectors from the database
97 */
98 delete(props: DelDatasetVectorCtrlPropsType): Promise<void>;
99
100 /**
101 * Embedding recall/search vectors

Callers 15

getDingtalkAccessTokenFunction · 0.65
collectSummaryMethod · 0.65
deleteSandboxResourceFunction · 0.65
tarjanFunction · 0.65
dfsFunction · 0.65
startProcessingMethod · 0.65
processSkipNodesMethod · 0.65
checkNodeCanRunMethod · 0.65
appendToolNodeResponseFunction · 0.65

Implementers 4

ObVectorCtrlpackages/service/common/vectorDB/ocean
PgVectorCtrlpackages/service/common/vectorDB/pg/in
OpenGaussVectorCtrlpackages/service/common/vectorDB/openg
MilvusCtrlpackages/service/common/vectorDB/milvu

Calls

no outgoing calls

Tested by 1

storageMockFunction · 0.52