MCPcopy Index your code
hub / github.com/53AI/53AIHub / Disconnect

Method Disconnect

api/service/vectorstore/interface.go:39–39  ·  view source on GitHub ↗
(ctx context.Context)

Source from the content-addressed store, hash-verified

37 // 连接管理
38 Connect(ctx context.Context) error
39 Disconnect(ctx context.Context) error
40 IsConnected() bool
41
42 // 获取存储类型

Callers 11

deleteVectorsByInfosMethod · 0.95
deleteVectorsFromDBMethod · 0.95
ValidateConnectionFunction · 0.95
MigrateDataFunction · 0.95
TestBasicFunctionalityFunction · 0.95
deleteVectorsFromDBFunction · 0.95
cleanupVectorsByFileIDFunction · 0.95
CloseGlobalVectorStoreFunction · 0.65

Implementers 1

QdrantStoreapi/service/vectorstore/qdrant.go

Calls

no outgoing calls

Tested by 1

TestBasicFunctionalityFunction · 0.76