MCPcopy
hub / github.com/RedPlanetHQ/core / batchUpsert

Method batchUpsert

packages/providers/src/vector/interface.ts:23–23  ·  view source on GitHub ↗

* Insert or update multiple vectors in batch

(items: VectorItem[], namespace?: string)

Source from the content-addressed store, hash-verified

21 * Insert or update multiple vectors in batch
22 */
23 batchUpsert(items: VectorItem[], namespace?: string): Promise<void>;
24
25 /**
26 * Search for similar vectors

Callers 3

saveVoiceAspectsFunction · 0.65

Implementers 1

PgVectorProviderpackages/providers/src/vector/pgvector

Calls

no outgoing calls

Tested by

no test coverage detected