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