AzureOpenAIEmbeddings - Can't Avoid Rate Limit #29385
Replies: 2 comments
-
Adding updated info: I ran this in Debug log level and i'm seeing this log:
Please, any help will be appreciated as i'm stuck |
Beta Was this translation helpful? Give feedback.
0 replies
-
EDIT: I had increase in data size which caused the data to be sent as too big. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Checked other resources
Commit to Help
Example Code
Description
When trying to using AzureOpenAI for embeddings, i'm getting rate limit error while i'm maxed out of my quota.
I want to make the embeddings to wait for a minute, in order to pass the rate limit per minute.
I really wanted to use retry_min_seconds
however looks like it's only available for OpenAI.
Is retry_min_seconds available in AzureOpenAI in some way?
Is there another alternative (I didn't found one)?
Thanks!
System Info
langchain 0.1.16/langhain_openai 0.1.7
linux+mac
python 3.11
Beta Was this translation helpful? Give feedback.
All reactions