mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-18 03:26:42 +08:00
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:
@ -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)
|
||||
Reference in New Issue
Block a user