fix: 46 tmbId empty (#480)

* mongo init

* perf: mongo connect

* perf: favicon

* fix: member  id

* 46fix sh

* doc
This commit is contained in:
Archer
2023-11-16 17:10:04 +08:00
committed by GitHub
parent fbe1d8cfed
commit f6aea484ce
5 changed files with 51 additions and 32 deletions

View File

@@ -53,3 +53,15 @@ curl --location --request POST 'https://{{host}}/api/admin/initv46-2' \
4. 新增 - 支持知识库配置文本预处理模型
5. 线上环境新增 - ReRank向量召回提高召回精度
6. 优化 - 知识库导出,可直接触发流下载,无需等待转圈圈
## 4.6缺陷修复
旧的 4.6 版本由于缺少一个字段,导致文件导入时知识库数据无法显示,可执行下面的脚本:
https://xxxxx/api/admin/initv46-fix
```bash
curl --location --request POST 'https://{{host}}/api/admin/initv46-fix' \
--header 'rootkey: {{rootkey}}' \
--header 'Content-Type: application/json'
```