MCPcopy Create free account
hub / github.com/idosal/git-mcp / BGEM3OutputEmbeddingForContexts

Interface BGEM3OutputEmbeddingForContexts

worker-configuration.d.ts:2987–2994  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2985 }[];
2986}
2987interface BGEM3OutputEmbeddingForContexts {
2988 response?: number[][];
2989 shape?: number[];
2990 /**
2991 * The pooling method used in the embedding process.
2992 */
2993 pooling?: "mean" | "cls";
2994}
2995interface BGEM3OuputEmbedding {
2996 shape?: number[];
2997 /**

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected