-
Notifications
You must be signed in to change notification settings - Fork 837
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 cant create file already exists #8
Comments
Did you fix the source code also so I could try it locally? |
yes, please get the latest code |
I just pulled the latest code and am also experiencing this issue. |
Please use this file |
Thank you. I just tried and still have the same error. |
The error you are getting is because the earlier code was checking if the embedding is created and save temporarily, it is not reloaded. This can save the computational effort of creating embedding on every call. However, as that code had some issue, I had removed that from the latest version. It looks like you are still using the previous code. Could you plz do a viewdiff ? |
I just copied the text from the link you sent and ran it. It has the changes indicated by hugginface on lines 52 and 188. |
Yes that is correct |
the error still happens after a while |
I have tried it again and again but Not able to replicate it anymore. |
Everytime I try to load a local PDF, it answers the first question, but after that it errors out with "cant create file that already exists".
The text was updated successfully, but these errors were encountered: