Find answers from the community

Updated 2 years ago

RetryError

How to fix it?
L
B
17 comments
Langchain has been weird in notebooks lately

Try setting the key directly

Plain Text
import openai
openai.api_key = "sk-..."
problem still exists๐Ÿ˜‚
Might also have to set it in the env, in addition to that

Plain Text
import os
os.environ["OPENAI_API_KEY"] = "sk..."
Tried everything, still doesn't work
Oooh it says rate limit error ๐Ÿ‘€
Slightly different issue, I thought it was a key issue
I've noticed this issue a bit today. Not sure if openai is having issues with their embedding endpoint or what.

Do you have payment info on your openai account? Without it the rate limits can be very low
Yes, my OpenAI limit is up, it's fixed now
How to fix it?
How did you setup your vector store/storage context?
Add a reply
Sign up and join the conversation on Discord