MCPcopy Create free account
hub / github.com/fontsource/fontsource / BGEM3InputEmbedding

Interface BGEM3InputEmbedding

website/worker-configuration.d.ts:3188–3194  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3186 truncate_inputs?: boolean;
3187}
3188interface 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}
3195interface 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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected