MCPcopy Create free account
hub / github.com/fontsource/fontsource / BGEM3OutputEmbeddingForContexts

Interface BGEM3OutputEmbeddingForContexts

website/worker-configuration.d.ts:3234–3241  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3232 }[];
3233}
3234interface BGEM3OutputEmbeddingForContexts {
3235 response?: number[][];
3236 shape?: number[];
3237 /**
3238 * The pooling method used in the embedding process.
3239 */
3240 pooling?: "mean" | "cls";
3241}
3242interface BGEM3OuputEmbedding {
3243 shape?: number[];
3244 /**

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected