MCPcopy Create free account
hub / github.com/53AI/53AIHub / BatchInsert

Method BatchInsert

api/service/vectorstore/interface.go:18–18  ·  view source on GitHub ↗
(ctx context.Context, collection string, vectors []VectorRecord)

Source from the content-addressed store, hash-verified

16 // 向量操作
17 Insert(ctx context.Context, collection string, vectors []VectorRecord) error
18 BatchInsert(ctx context.Context, collection string, vectors []VectorRecord) error
19 Update(ctx context.Context, collection string, vectors []VectorRecord) error
20 Delete(ctx context.Context, collection string, ids []interface{}) error
21 Get(ctx context.Context, collection string, ids []interface{}) ([]VectorRecord, error)

Callers 1

Implementers 1

QdrantStoreapi/service/vectorstore/qdrant.go

Calls

no outgoing calls

Tested by

no test coverage detected