-
Notifications
You must be signed in to change notification settings - Fork 119
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
UnboundLocalError #12
Comments
After correcting this issue, I ran
Can anyone tell me about this error ? |
@KOMPALALOKESH I used this to resolve the error, |
Traceback (most recent call last):
File "/content/Chat-with-PDF-Chatbot/ingest.py", line 32, in
main()
File "/content/Chat-with-PDF-Chatbot/ingest.py", line 16, in main
documents = loader.load()
UnboundLocalError: local variable 'loader' referenced before assignment
The text was updated successfully, but these errors were encountered: