Repeated "Internal Server Error" Response In API test page

#78
by cr3306 - opened

The server responds 200 to requests with only text inputs.
The server responds 500 to requests with only text inputs now.

The server responds 500 like below.

REQUEST

curl https://api.jina.ai/v1/embeddings
-H "Content-Type: application/json"
-H "Authorization: Bearer *********"
-d @- <<EOFEOF
{
"model": "jina-embeddings-v4",
"task": "text-matching",
"input": [
{
"text": "A beautiful sunset over the beach"
},
{
"text": "Un beau coucher de soleil sur la plage"
},
{
"text": "海滩上美丽的日落"
},
{
"text": "浜辺に沈む美しい夕日"
},
{
"image": "https://i.ibb.co/nQNGqL0/beach1.jpg"
},
{
"image": "https://i.ibb.co/r5w8hG8/beach2.jpg"
},
{
"image": "iVBORw0KGgoAAAANSUhEUgAAABwAAAA4CAIAAABhUg/jAAAAMklEQVR4nO3MQREAMAgAoLkoFreTiSzhy4MARGe9bX99lEqlUqlUKpVKpVKpVCqVHksHaBwCA2cPf0cAAAAASUVORK5CYII="
}
]
}
EOFEOF

RESPONSE

{
"detail": "[RID: 3c65fdf21ca844abe03e7518bdd1be54] Internal server error"
}

I also encountered this problem, and I'm not sure what went wrong.

i cant reproduce but man is super slow... 53s for 4 strings! @zac-li can u check whats wrong

image

Sign up or log in to comment