From 5722e8732666b49c57ad23861b4d9af5895e911c Mon Sep 17 00:00:00 2001 From: Jin Hai Date: Wed, 3 Dec 2025 16:56:58 +0800 Subject: [PATCH] Update docs/guides/chat/start_chat.md Co-authored-by: writinwaters <93570324+writinwaters@users.noreply.github.com> --- docs/guides/chat/start_chat.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/chat/start_chat.md b/docs/guides/chat/start_chat.md index d6dbf229f..1e0dd0f10 100644 --- a/docs/guides/chat/start_chat.md +++ b/docs/guides/chat/start_chat.md @@ -9,7 +9,7 @@ Initiate an AI-powered chat with a configured chat assistant. --- -Knowledge base, hallucination-free chat, and file are the three pillars of RAGFlow. Chats in RAGFlow are based on a particular dataset or multiple datasets. Once you have created your dataset, finished file parsing, and [run a retrieval test](../dataset/run_retrieval_test.md), you can go ahead and start an AI conversation. +Chats in RAGFlow are based on a particular dataset or multiple datasets. Once you have created your dataset, finished file parsing, and [run a retrieval test](../dataset/run_retrieval_test.md), you can go ahead and start an AI conversation. ## Start an AI chat