From 1813814a6588ba838d6f2c9d2e8e07f8638a6a61 Mon Sep 17 00:00:00 2001 From: imClumsyPanda Date: Thu, 14 Sep 2023 22:29:49 +0800 Subject: [PATCH] update model_config.py.example --- configs/model_config.py.example | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configs/model_config.py.example b/configs/model_config.py.example index 6a32423..2057e10 100644 --- a/configs/model_config.py.example +++ b/configs/model_config.py.example @@ -155,13 +155,13 @@ text_splitter_dict = { } # TEXT_SPLITTER 名称 -TEXT_SPLITTER_NAME = "SpacyTextSplitter" +TEXT_SPLITTER_NAME = "ChineseRecursiveTextSplitter" # 知识库中单段文本长度(不适用MarkdownHeaderTextSplitter) CHUNK_SIZE = 250 # 知识库中相邻文本重合长度(不适用MarkdownHeaderTextSplitter) -OVERLAP_SIZE = 50 +OVERLAP_SIZE = 0 # 日志存储路径