Skip to content

Ai_Cf_Baai_Bge_Large_En_V1_5_Output

Ai_Cf_Baai_Bge_Large_En_V1_5_Output = { data?: number[][]; pooling?: "mean" | "cls"; shape?: number[]; } | AsyncResponse

Defined in: node_modules/.pnpm/@cloudflare+workers-types@4.20251118.0/node_modules/@cloudflare/workers-types/index.ts:4193

{ data?: number[][]; pooling?: "mean" | "cls"; shape?: number[]; }

optional data: number[][]

Embeddings of the requested text values

optional pooling: "mean" | "cls"

The pooling method used in the embedding process.

optional shape: number[]

AsyncResponse