Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/labring/FastGPT
/ controller.ts
File
controller.ts
packages/service/common/vectorDB/controller.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
/* vector crud */
2
import
{ PgVectorCtrl } from
'./pg'
;
3
import
{ ObVectorCtrl } from
'./oceanbase'
;
4
import
{ SeekVectorCtrl } from
'./seekdb'
;
Callers
nothing calls this directly
Calls
8
getLogger
Function · 0.90
getRedisCache
Function · 0.90
retryFn
Function · 0.90
setRedisCache
Function · 0.90
delRedisCache
Function · 0.90
runTeamVectorCacheOperation
Function · 0.85
getVectorObj
Function · 0.85
getKey
Method · 0.45
Tested by
no test coverage detected