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

Method CreateCollection

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

集合管理

(ctx context.Context, config CollectionConfig)

Source from the content-addressed store, hash-verified

9type VectorStore interface {
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)

Implementers 1

QdrantStoreapi/service/vectorstore/qdrant.go

Calls

no outgoing calls

Tested by 1

TestBasicFunctionalityFunction · 0.76