You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm encountering an issue where the program fails to create a chat completion after 10 retries. The error occurs when attempting to create an embedding using APIBackend().create_embedding(). Below is the error traceback:
Could anyone help me understand the root cause of this issue and suggest potential fixes? I have already tried restarting the system and re-running the process,the API is also running normally, but the issue persists.
The text was updated successfully, but these errors were encountered:
Thank you for your comment! I appreciate your suggestion. I’ll check the message above the "warning" and share the details here shortly. Please let me know if there’s anything else specific that could help clarify the issue.
Hello, can you provide more error information? For example, the message above the "warning" at the top of your screenshot.
Thank you for your comment! I appreciate your suggestion. I’ll check the message above the "warning" and share the details here shortly. Please let me know if there’s anything else specific that could help clarify the issue.
Based on your screenshot, the issue seems to be related to the configuration of the embedding model. The error occurs in the part of the program that calls the embedding model, whereas most of the other parts call the chat model.
By default, it is set to text-embedding-3-small, but the error message suggests that the model is not configured correctly. You can check the documentation at https://rdagent.readthedocs.io/en/latest/installation_and_configuration.html to compare your configuration with the documentation to see if there's an issue. If the issue persists, feel free to reply here.
I'm encountering an issue where the program fails to create a chat completion after 10 retries. The error occurs when attempting to create an embedding using APIBackend().create_embedding(). Below is the error traceback:
Could anyone help me understand the root cause of this issue and suggest potential fixes? I have already tried restarting the system and re-running the process,the API is also running normally, but the issue persists.
The text was updated successfully, but these errors were encountered: