Ai_Cf_Baai_Bge_Base_En_V1_5_Output
Ai_Cf_Baai_Bge_Base_En_V1_5_Output = {
data?:number[][];pooling?:"mean"|"cls";shape?:number[]; } |AsyncResponse
Defined in: .pnpm-home/store/v11/links/@cloudflare/workers-types/4.20251118.0/2891147a4db443bf13ca098dcb7381fb6bac5793758b7fd187ebaf5bc0deb969/node_modules/@cloudflare/workers-types/index.ts:4036
Type Declaration
Section titled “Type Declaration”{ data?: number[][]; pooling?: "mean" | "cls"; shape?: number[]; }
optionaldata:number[][]
Embeddings of the requested text values
pooling?
Section titled “pooling?”
optionalpooling:"mean"|"cls"
The pooling method used in the embedding process.
shape?
Section titled “shape?”
optionalshape:number[]