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

Method search

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

* Search for similar vectors

(params: SearchParams)

Source from the content-addressed store, hash-verified

26 * Search for similar vectors
27 */
28 search(params: SearchParams): Promise<VectorSearchResult[]>;
29
30 /**
31 * Score specific vectors by ID (critical for BFS)

Callers 15

handleMemorySearchFunction · 0.65
api.v1.search.tsxFile · 0.65
extractLabelsFromEpisodeFunction · 0.65
searchStatementsFunction · 0.65
searchEpisodesFunction · 0.65
searchEntitiesFunction · 0.65
findSimilarVoiceAspectsFunction · 0.65
searchVoiceAspectsFunction · 0.65
searchLabelsFunction · 0.65
handleEntityLookupFunction · 0.65

Implementers 1

PgVectorProviderpackages/providers/src/vector/pgvector

Calls

no outgoing calls

Tested by

no test coverage detected