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

Method HealthCheck

api/service/vectorstore/interface.go:34–34  ·  view source on GitHub ↗

健康检查和统计

(ctx context.Context)

Source from the content-addressed store, hash-verified

32
33 // 健康检查和统计
34 HealthCheck(ctx context.Context) error
35 GetStats(ctx context.Context) (*DBStats, error)
36
37 // 连接管理

Callers 2

ValidateConnectionFunction · 0.95
TestBasicFunctionalityFunction · 0.95

Implementers 1

QdrantStoreapi/service/vectorstore/qdrant.go

Calls

no outgoing calls

Tested by 1

TestBasicFunctionalityFunction · 0.76