| 3186 | truncate_inputs?: boolean; |
| 3187 | } |
| 3188 | interface BGEM3InputEmbedding { |
| 3189 | text: string | string[]; |
| 3190 | /** |
| 3191 | * When provided with too long context should the model error out or truncate the context to fit? |
| 3192 | */ |
| 3193 | truncate_inputs?: boolean; |
| 3194 | } |
| 3195 | interface BGEM3InputQueryAndContexts1 { |
| 3196 | /** |
| 3197 | * A query you wish to perform against the provided contexts. If no query is provided the model with respond with embeddings for contexts |
nothing calls this directly
no outgoing calls
no test coverage detected