-
Notifications
You must be signed in to change notification settings - Fork 312
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
Errors uploading PDF files #6
Comments
Hey @bijuabraham, It's a bit janky but I ended up doing this with fully-local-pdf-chatbot/app/worker.ts Line 187 in 6b2880c
Let me know what you find! |
Hey @jacoblee93 - did you find a resolution to this issue? I'm getting the same error. OrtRun failed to run. Error code = 6. |
No. It seems something to do with the file size or content of file. I abandoned and using LMStudio that has all these built in. |
That's a good clue! This is definitely meant as a proof of concept more than a super robust app but if you have the PDF causing problems I'd be interested in seeing it. |
#13 solved OrtRun(). error code = 6, I followed the hint and everything goes well |
Oh nice. Will mark this as closed. Thank you to all for the reports! I do want to leave Transformers.js as the default embeddings to put as much in the browser as possible - maybe @xenova has seen this before? |
|
Thank you for the context! |
I am getting different errors while uploading PDF files. Some files are working too.
The error comes to the top right and disappears and unable to capture it.
OrtRun(). error code = 6 and out of Bounds are the usual ones.
Where do I see the logs so that I can debug the same ?
The text was updated successfully, but these errors were encountered: