Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2025 08:40 PM
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

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