From 8c8132503cd3d4f0728bbc8e700b27afa2b10094 Mon Sep 17 00:00:00 2001 From: Jin Hai Date: Wed, 3 Dec 2025 16:57:41 +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 feea86084..2446614e5 100644 --- a/docs/guides/dataset/configure_knowledge_base.md +++ b/docs/guides/dataset/configure_knowledge_base.md @@ -142,6 +142,6 @@ As of RAGFlow v0.22.1, the search feature is still in a rudimentary form, suppor You are allowed to delete a dataset. Hover your mouse over the three dot of the intended dataset card and the **Delete** option appears. Once you delete a dataset, the associated folder under **root/.knowledge** directory is AUTOMATICALLY REMOVED. The consequence is: - The files uploaded directly to the dataset are gone; -- The file references, which you created from within **File**, are gone, but the associated files still exist in **File**. +- The file references, which you created from within RAGFlow's File system, are gone, but the associated files still exist. ![delete dataset](https://raw.githubusercontent.com/infiniflow/ragflow-docs/main/images/delete_datasets.jpg)