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

Method get

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

* Get a single vector by ID

(params: {
    id: string;
    namespace?: string;
  })

Source from the content-addressed store, hash-verified

48 * Get a single vector by ID
49 */
50 get(params: {
51 id: string;
52 namespace?: string;
53 }): Promise<Embedding | null>;

Callers 15

saveStatementFunction · 0.65
getStatementFunction · 0.65
findSimilarStatementsFunction · 0.65
getStatementsFunction · 0.65
getEpisodesForAspectFunction · 0.65
getEpisodesForEntitiesFunction · 0.65
getEpisodesForTemporalFunction · 0.65

Implementers 1

PgVectorProviderpackages/providers/src/vector/pgvector

Calls

no outgoing calls

Tested by

no test coverage detected