From bccad7b4a8aa0437e49d91dd30bb5cb7fd2b91c3 Mon Sep 17 00:00:00 2001 From: writinwaters <93570324+writinwaters@users.noreply.github.com> Date: Tue, 16 Dec 2025 16:31:47 +0800 Subject: [PATCH] Docs: Migrate to single bucket mode (contributed by community) (#11972) ### What problem does this PR solve? Update ### Type of change - [x] Documentation Update --- .../migrate_to_single_bucket_mode.md} | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) rename docs/{single-bucket-mode.md => develop/migrate_to_single_bucket_mode.md} (93%) diff --git a/docs/single-bucket-mode.md b/docs/develop/migrate_to_single_bucket_mode.md similarity index 93% rename from docs/single-bucket-mode.md rename to docs/develop/migrate_to_single_bucket_mode.md index 08179cfcf..126607a47 100644 --- a/docs/single-bucket-mode.md +++ b/docs/develop/migrate_to_single_bucket_mode.md @@ -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)