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

Interface BGEM3OuputQuery

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

Source from the content-addressed store, hash-verified

3220}
3221type Ai_Cf_Baai_Bge_M3_Output = BGEM3OuputQuery | BGEM3OutputEmbeddingForContexts | BGEM3OuputEmbedding | AsyncResponse;
3222interface BGEM3OuputQuery {
3223 response?: {
3224 /**
3225 * Index of the context in the request
3226 */
3227 id?: number;
3228 /**
3229 * Score of the context under the index.
3230 */
3231 score?: number;
3232 }[];
3233}
3234interface BGEM3OutputEmbeddingForContexts {
3235 response?: number[][];
3236 shape?: number[];

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected