version doc

This commit is contained in:
archer
2025-03-06 18:39:00 +08:00
parent c8a35822d6
commit c005a94454
2 changed files with 20 additions and 11 deletions

View File

@@ -180,6 +180,7 @@ curl --location --request POST 'https://{{host}}/api/admin/initv490' \
2. Markdown 解析,增加链接后中文标点符号检测,增加空格。
3. Prompt 模式工具调用,支持思考模型。同时优化其格式检测,减少空输出的概率。
4. Mongo 文件读取流合并,减少计算量。同时优化存储 chunks极大提高大文件读取速度。50M PDF 读取时间提高 3 倍。
5. HTTP Body 适配,增加对字符串对象的适配。
## 🐛 修复