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

Method DeleteCollection

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

Source from the content-addressed store, hash-verified

10 // 集合管理
11 CreateCollection(ctx context.Context, config CollectionConfig) error
12 DeleteCollection(ctx context.Context, name string) error
13 GetCollectionInfo(ctx context.Context, name string) (*CollectionInfo, error)
14 ListCollections(ctx context.Context) ([]string, error)
15

Callers 4

TestBasicFunctionalityFunction · 0.95
DeleteCollectionMethod · 0.65

Implementers 1

QdrantStoreapi/service/vectorstore/qdrant.go

Calls

no outgoing calls

Tested by 1

TestBasicFunctionalityFunction · 0.76