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

Method GetCollectionInfo

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

Source from the content-addressed store, hash-verified

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
16 // 向量操作

Callers 2

TestBasicFunctionalityFunction · 0.95
migrateCollectionFunction · 0.65

Implementers 1

QdrantStoreapi/service/vectorstore/qdrant.go

Calls

no outgoing calls

Tested by 1

TestBasicFunctionalityFunction · 0.76