#Embedding Content length Issue

2 messages · Page 1 of 1 (latest)

edgy loom
#

Hey there! I am trying to embed meditations by marcus aurelius, but I get this error. I am not sure if it's because I am doing an infinite loop by mistake, or if it is actually too long.

My question is: is 907 a reasonable number for embedding a book? Or am I doing something wrong? And how much would it be? (sorry if stupid question im a newbie)

    ],
    'content-length': [ 'Content-Length', 907 ],
    host: [ 'Host', 'api.openai.com' ]
  },
  [Symbol(errored)]: null,
  [Symbol(kUniqueHeaders)]: null
},
data: {
  error: {
    message: 'You exceeded your current quota, please check your plan and billing details.',
    type: 'insufficient_quota',
    param: null,
    code: null
  }
}

},
isAxiosError: true,
toJSON: [Function: toJSON]
}

#

Might be an issue too:

        maxBodyLength: 10485760,