Error uploading embeddings for a 1.5mb file

Hi, I’m trying to upload the embeddings generated with a text-small openai embeddings model of the attached file but it fails with the following message:

{“code”=>11,
“message”=>“Error, message length too large: found 7355723 bytes, the limit is: 4194304 bytes”,
“details”=>}

This is the file being vectorized:

Any ideas?

Just to check- is your index set to expect 1536 dimensions? You can look in the console for your project.

Yes it is set to that amount of dimensions.