Error 503: Issue Uploading Vectors and Processing Files #4742
Replies: 2 comments
-
Error Logs: |
Beta Was this translation helpful? Give feedback.
-
I've been hit as well. Here's what I get from Docker logs that wasn't showing up before when I try to attach a new file. I also noticed I can't 2024-11-22 03:03:38,224 - openai._base_client - INFO - Retrying request to /embeddings in 0.478196 seconds |
Beta Was this translation helpful? Give feedback.
-
What happened?
I'm encountering a 503 Service Unavailable error when attempting to upload vectors and process files in my application. Below is the detailed error log.
BTW, I tested the OpenAI API embeddig model by curl, it works.
Steps to Reproduce
here is my RAG configuration in env
RAG_OPENAI_API_KEY=sk-xxxxx
EMBEDDINGS_PROVIDER=openai
EMBEDDINGS_MODEL=text-embedding-3-small
What browsers are you seeing the problem on?
No response
Relevant log output
Screenshots
Code of Conduct
Beta Was this translation helpful? Give feedback.
All reactions