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

Interface BGEM3OuputQuery

worker-configuration.d.ts:2975–2986  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2973}
2974type Ai_Cf_Baai_Bge_M3_Output = BGEM3OuputQuery | BGEM3OutputEmbeddingForContexts | BGEM3OuputEmbedding;
2975interface BGEM3OuputQuery {
2976 response?: {
2977 /**
2978 * Index of the context in the request
2979 */
2980 id?: number;
2981 /**
2982 * Score of the context under the index.
2983 */
2984 score?: number;
2985 }[];
2986}
2987interface BGEM3OutputEmbeddingForContexts {
2988 response?: number[][];
2989 shape?: number[];

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected