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)