MCPcopy Index your code
hub / github.com/CaviraOSS/OpenMemory / embed

Function embed

backend/src/memory/embed.ts:650–650  ·  view source on GitHub ↗
(t: string)

Source from the content-addressed store, hash-verified

648 return v;
649};
650export const embed = (t: string) => embedForSector(t, "semantic");
651export const getEmbeddingProvider = () => env.emb_kind;
652
653export const getEmbeddingInfo = () => {

Callers

nothing calls this directly

Calls 1

embedForSectorFunction · 0.70

Tested by

no test coverage detected