[Bug]: File upload not working #6162
-
What happened?File upload feature is not working for text, word, pdf files however we can upload information Version Informationversion=1.1.5 Steps to ReproduceJust try to upload a word or pdf file What browsers are you seeing the problem on?Chrome Relevant log outputScreenshotsNo response Code of Conduct
|
Beta Was this translation helpful? Give feedback.
Replies: 6 comments 2 replies
-
@abdullah-w-21 are you running RAG_API? if not then it won't work you need to have a RAG running on the backend. |
Beta Was this translation helpful? Give feedback.
-
Yeah I tried to configure the RAG api and used openai's embedding but still it was the same output, I guess I am doing something wrong in the configuration |
Beta Was this translation helpful? Give feedback.
-
did you setup in the |
Beta Was this translation helpful? Give feedback.
-
Yeah I did that but let me try again, it could be a problem on my side only. I guess before this update it was working fine. |
Beta Was this translation helpful? Give feedback.
-
the RAG needs to be running and after that LibreChat. it only connects during startup. |
Beta Was this translation helpful? Give feedback.
-
I'm running into a similar issue, I've set my config options:
It starts fine, I ran a test convo to ChatGPT fine, and then attempted to attach a 3Kb CSV to the convo and it gets an error in the UI:
|
Beta Was this translation helpful? Give feedback.
I faced the same problem it was not written in their docs however I solved mine this is what i added in my env this worked for me it should work for you as well:
RAG_OPENAI_API_KEY=sk-
RAG_PORT=8000
RAG_USE_FULL_CONTEXT=
EMBEDDINGS_PROVIDER=openai
EMBEDDINGS_MODEL=text-embedding-3-small