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

Method delete

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

* Delete vectors by ID

(params: {
    ids: string[];
    namespace?: string;
  })

Source from the content-addressed store, hash-verified

40 * Delete vectors by ID
41 */
42 delete(params: {
43 ids: string[];
44 namespace?: string;
45 }): Promise<void>;

Callers 15

getOrLaunchSessionFunction · 0.65
launchSessionFunction · 0.65
closeSessionFunction · 0.65
toggleCurrentMethod · 0.65
BrowseModeFunction · 0.65
stopCodingSessionWatcherFunction · 0.65
folderRoutesFunction · 0.65
spawnMethod · 0.65
detachMethod · 0.65
killAndWaitMethod · 0.65
reapMethod · 0.65
updateScopesFunction · 0.65

Implementers 1

PgVectorProviderpackages/providers/src/vector/pgvector

Calls

no outgoing calls

Tested by

no test coverage detected