From 4284b78707027008e7800d01f76088ccf0aad0ce Mon Sep 17 00:00:00 2001 From: John Chen Date: Mon, 10 Feb 2025 09:13:17 +0800 Subject: [PATCH] Update configuration.md (#3725) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 由于4.8.20版本放弃在config.json中配置模型,在说明文档中,修正二级标题的版本号,并添加注释 --- docSite/content/zh-cn/docs/development/configuration.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docSite/content/zh-cn/docs/development/configuration.md b/docSite/content/zh-cn/docs/development/configuration.md index 8cb5cbba0..90434d663 100644 --- a/docSite/content/zh-cn/docs/development/configuration.md +++ b/docSite/content/zh-cn/docs/development/configuration.md @@ -13,8 +13,8 @@ weight: 707 下面配置文件示例中包含了系统参数和各个模型配置: -## 4.6.8+ 版本新配置文件示例 - +## 4.8.20+ 版本新配置文件示例 +> 从4.8.20版本开始,模型在页面中进行配置。 ```json { "feConfigs": { @@ -27,4 +27,4 @@ weight: 707 "pgHNSWEfSearch": 100 // 向量搜索参数。越大,搜索越精确,但是速度越慢。设置为100,有99%+精度。 } } -``` \ No newline at end of file +```