Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error on upload #1

Open
suruchi9837 opened this issue Aug 29, 2024 · 0 comments
Open

Error on upload #1

suruchi9837 opened this issue Aug 29, 2024 · 0 comments

Comments

@suruchi9837
Copy link

suruchi9837 commented Aug 29, 2024

Getting this error on upload.
AttributeError: module 'openai' has no attribute 'error'
Traceback:
File "/home/user/.local/lib/python3.10/site-packages/streamlit/runtime/scriptrunner/script_runner.py", line 565, in _run_script
exec(code, module.dict)
File "/home/user/Downloads/streamlit-29Aug/LLM-powered-PDF-Chatbot/app.py", line 70, in
main()
File "/home/user/Downloads/streamlit-29Aug/LLM-powered-PDF-Chatbot/app.py", line 48, in main
VectorStore = FAISS.from_texts(chunks, embedding=embeddings)
File "/home/user/.local/lib/python3.10/site-packages/langchain/vectorstores/faiss.py", line 384, in from_texts
embeddings = embedding.embed_documents(texts)
File "/home/user/.local/lib/python3.10/site-packages/langchain/embeddings/openai.py", line 234, in embed_documents
return self._get_len_safe_embeddings(texts, engine=self.deployment)
File "/home/user/.local/lib/python3.10/site-packages/langchain/embeddings/openai.py", line 175, in _get_len_safe_embeddings
response = embed_with_retry(
File "/home/user/.local/lib/python3.10/site-packages/langchain/embeddings/openai.py", line 57, in embed_with_retry
retry_decorator = _create_retry_decorator(embeddings)
File "/home/user/.local/lib/python3.10/site-packages/langchain/embeddings/openai.py", line 45, in _create_retry_decorator
retry_if_exception_type(openai.error.Timeout)

Uploading Screenshot from 2024-08-29 17-33-58.png…

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant