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

Method getEmbedding

apps/webapp/app/services/search.server.ts:34–36  ·  view source on GitHub ↗
(text: string)

Source from the content-addressed store, hash-verified

32 */
33export class SearchService {
34 async getEmbedding(text: string) {
35 return getEmbedding(text);
36 }
37
38 /**
39 * Search the knowledge graph using a hybrid approach

Callers 1

searchMethod · 0.95

Calls 1

getEmbeddingFunction · 0.90

Tested by

no test coverage detected