| 3220 | } |
| 3221 | type Ai_Cf_Baai_Bge_M3_Output = BGEM3OuputQuery | BGEM3OutputEmbeddingForContexts | BGEM3OuputEmbedding | AsyncResponse; |
| 3222 | interface 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 | } |
| 3234 | interface BGEM3OutputEmbeddingForContexts { |
| 3235 | response?: number[][]; |
| 3236 | shape?: number[]; |
nothing calls this directly
no outgoing calls
no test coverage detected