Unable to permanently store files uploaded to RAG_API #6373
Unanswered
sk365
asked this question in
Troubleshooting
Replies: 1 comment 2 replies
-
This is not the expected design of the RAG API. Files are transformed to vectors then discarded. If you expect to re-use the same static files, look into OCR: |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
What happened?
When uploading a file via the agents / filesearch api, upoladed file ends up in a temporary folder as
File can then be used correctly during this session, but cannot be accesed after contaiiner restart (even if it appears in the list of uploaded files)
from my docker compose yml
This is not a permissions issue, error still occurs after
Version Information
Version Info:
Steps to Reproduce
What browsers are you seeing the problem on?
Firefox
Relevant log output
Screenshots
No response
Code of Conduct
Beta Was this translation helpful? Give feedback.
All reactions