S3 Support apart from local upload. #10328
Replies: 8 comments 11 replies
-
|
RAGFlow supports AWS S3 as a backend storage option, configurable via the On the UI side, there is currently a tab for S3 upload in the file upload modal, but it only displays a "Coming Soon" message. There is no implementation of an S3 object browser or any UI for browsing or managing S3 buckets or objects—only local upload and management features are available right now source. The presence of the S3 tab suggests upload support is planned, but there’s no evidence in the codebase or recent PRs of advanced S3 browsing or management features being developed source. So, S3 integration is available for backend storage, but the UI does not yet offer an object browser or S3 file management—just a placeholder for future S3 upload functionality. To reply, just mention @dosu. How did I do? Good | Irrelevant | Incorrect | Verbose | Hallucination | Report 🐛 | Other |
Beta Was this translation helpful? Give feedback.
-
|
"S3 integration is available for backend storage", so how will the "/upload" API work in this case? As for local upload, we are actually giving the file to the API. So i am curious how will the flow be for S3 integration or any additional changes have to be done? |
Beta Was this translation helpful? Give feedback.
-
|
I do have another question, currently the backend is tied to mysql, I have seen postgres related config in the service_config.yaml. So if I comment mysql config and uncomment the postgres related config and restart the service, will the backend automatically shift to postgres db? |
Beta Was this translation helpful? Give feedback.
-
|
Is it possible to plug in any other vector database? |
Beta Was this translation helpful? Give feedback.
-
|
What are the supported files for upload and parsing? |
Beta Was this translation helpful? Give feedback.
-
|
can you tell me based on each chunking template, what all file types are supported? |
Beta Was this translation helpful? Give feedback.
-
|
Is laws chunking method implemented? |
Beta Was this translation helpful? Give feedback.
-
|
We're working on it. Expected to be released in our next version. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, was curious to know about s3 support to Ragflow. I was digging in the code and found some relative code already present in the backend for s3. From UI, are you going to give an object browser for an S3? so currently the local-upload is being taken care by a minio bucket. I want to know the plan, like with an s3 how it is going to be.
Beta Was this translation helpful? Give feedback.
All reactions