tefrati
New Contributor III

Hi there,

I've ran the python script and got the vector back. Also, I've been using the model and the endpoint for 2 years now so no reason it shouldn't work.
However, I'm getting the same error again now. This time, Databricks select query:

SELECT
  *
FROM
  <my company>.default.`databricks-bge-large-en_payload`
where
  status_code != 200
ORDER BY request_date DESC

returns numerous 502 status code (after 5 seconds execution time each time). Response is: {"error_code":"INTERNAL_ERROR","message":"The server received an invalid response from an upstream server."}

Can I finally get an answer as to why we're keep getting these unpredictable errors?

Thank you

tefrati_0-1761277197141.png