Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
localizePluginErrorResponse
Function · 0.65
getDingtalkAccessToken
Function · 0.65
collectSummary
Method · 0.65
deleteSandboxResource
Function · 0.65
deleteArchivedRemoteResource
Function · 0.65
initSkillEditRuntimeSandbox
Function · 0.65
tarjan
Function · 0.65
dfs
Function · 0.65
startProcessing
Method · 0.65
processSkipNodes
Method · 0.65
checkNodeCanRun
Method · 0.65
appendToolNodeResponse
Function · 0.65
Implementers
4
ObVectorCtrl
packages/service/common/vectorDB/ocean
PgVectorCtrl
packages/service/common/vectorDB/pg/in
OpenGaussVectorCtrl
packages/service/common/vectorDB/openg
MilvusCtrl
packages/service/common/vectorDB/milvu
Calls
no outgoing calls
Tested by
1
storageMock
Function · 0.52