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

Method Delete

api/service/vectorstore/interface.go:20–20  ·  view source on GitHub ↗
(ctx context.Context, collection string, ids []interface{})

Source from the content-addressed store, hash-verified

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)
22
23 // 搜索功能

Callers 15

deleteVectorsByInfosMethod · 0.95
deleteVectorsFromDBMethod · 0.95
rechunkAndReindexMethod · 0.95
ReindexDocumentMethod · 0.95
deleteVectorsFromDBFunction · 0.95
cleanupVectorsByFileIDFunction · 0.95
ExecuteMethod · 0.95
importSkillAtomicMethod · 0.65

Implementers 1

QdrantStoreapi/service/vectorstore/qdrant.go

Calls

no outgoing calls

Tested by

no test coverage detected