Docs: Migrate to single bucket mode (contributed by community) (#11972)

### What problem does this PR solve?

Update

### Type of change

- [x] Documentation Update
This commit is contained in:
writinwaters
2025-12-16 16:31:47 +08:00
committed by GitHub
parent f7926724aa
commit bccad7b4a8

View File

@ -1,6 +1,11 @@
# Single Bucket Mode for MinIO/S3
## Overview
---
sidebar_position: 20
slug: /migrate_to_single_bucket_mode
---
# Migrate from multi-Bucket to single-bucket mode
By default, RAGFlow creates one bucket per Knowledge Base (dataset) and one bucket per user folder. This can be problematic when:
@ -10,6 +15,10 @@ By default, RAGFlow creates one bucket per Knowledge Base (dataset) and one buck
The **Single Bucket Mode** allows you to configure RAGFlow to use a single bucket with a directory structure instead of multiple buckets.
:::info KUDOS
This document is contributed by our community contributor [arogan178](https://github.com/arogan178). We may not actively maintain this document.
:::
## How It Works
### Default Mode (Multiple Buckets)