| 2985 | }[]; |
| 2986 | } |
| 2987 | interface BGEM3OutputEmbeddingForContexts { |
| 2988 | response?: number[][]; |
| 2989 | shape?: number[]; |
| 2990 | /** |
| 2991 | * The pooling method used in the embedding process. |
| 2992 | */ |
| 2993 | pooling?: "mean" | "cls"; |
| 2994 | } |
| 2995 | interface BGEM3OuputEmbedding { |
| 2996 | shape?: number[]; |
| 2997 | /** |
nothing calls this directly
no outgoing calls
no test coverage detected