[Question]: Why am I getting an "Error processing file" message when trying to upload a PDF? #2779
Replies: 6 comments 16 replies
-
See the docs here: https://www.librechat.ai/docs/configuration/rag_api |
Beta Was this translation helpful? Give feedback.
-
I have the same problem, but I would like to upload pdfs to ollama (local installation, no openai or any other remote service) is there a (simple) tutorial for allow uploading pdf files? |
Beta Was this translation helpful? Give feedback.
-
I have the same problem. I followed instructions from here and added both And from the logs, it seems RAG API is reachable, but it still fails when uploading any PDFs
I also tried adding P.S. I'm able to upload image files without issues. |
Beta Was this translation helpful? Give feedback.
-
Apparently I was missing services:
api:
environment:
- RAG_PORT=${RAG_PORT:-8000}
- RAG_API_URL=http://rag_api:${RAG_PORT:-8000} It seems like the message |
Beta Was this translation helpful? Give feedback.
-
I also encountered the same problem. I have tried all the methods discussed here, but they still did not work. My log file shows this:
The version is LibreChat v0.7.4. Have any good suggestions? PS: Update: Below is the debug output.
.env configuration
|
Beta Was this translation helpful? Give feedback.
-
@myron-z-zhang THANKYOU!!!!! |
Beta Was this translation helpful? Give feedback.
-
What is your question?
I deploy a website on a Linux system. Images can be uploaded, but once a PDF or the like is uploaded, it cannot be uploaded. "An error occurred while processing the file" will be displayed.
More Details
I followed the tutorial and I didn’t know the details.
What is the main subject of your question?
No response
Screenshots
Code of Conduct
Beta Was this translation helpful? Give feedback.
All reactions