From c28c1f17fa8325a1a69547a9472cbd1cf4511d83 Mon Sep 17 00:00:00 2001 From: Jin Hai Date: Wed, 3 Dec 2025 16:57:52 +0800 Subject: [PATCH] Update docs/guides/dataset/configure_knowledge_base.md Co-authored-by: writinwaters <93570324+writinwaters@users.noreply.github.com> --- docs/guides/dataset/configure_knowledge_base.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/dataset/configure_knowledge_base.md b/docs/guides/dataset/configure_knowledge_base.md index 2446614e5..7f381e87b 100644 --- a/docs/guides/dataset/configure_knowledge_base.md +++ b/docs/guides/dataset/configure_knowledge_base.md @@ -5,7 +5,7 @@ slug: /configure_knowledge_base # Configure dataset -Most of RAGFlow's chat assistants and Agents are based on datasets. Each of RAGFlow's datasets serves as a knowledge source, *parsing* files uploaded from your local machine and file references generated in **File** into the real 'knowledge' for future AI chats. This guide demonstrates some basic usages of the dataset feature, covering the following topics: +Most of RAGFlow's chat assistants and Agents are based on datasets. Each of RAGFlow's datasets serves as a knowledge source, *parsing* files uploaded from your local machine and file references generated in RAGFlow's File system into the real 'knowledge' for future AI chats. This guide demonstrates some basic usages of the dataset feature, covering the following topics: - Create a dataset - Configure a dataset