docs(question): 添加关于后台知识库连接测试的问题和解答

This commit is contained in:
zstar 2025-06-23 17:03:38 +08:00
parent 7c97ad1d6f
commit 4262a2f829
1 changed files with 5 additions and 0 deletions

View File

@ -92,6 +92,11 @@ systemctl daemon-reload
systemctl restart ollama
```
## 问题 12在后台知识库连接测试中显示 text-embedding-v3无法连通
**回答:** 出现此情况原因是使用 ragflow 创建的初始用户(创建时间最早的用户),默认自带了通义千问的模型配置,可登陆此用户,在模型管理中移除通义千问的模型配置,并添加新的嵌入模型配置,后台会自动读取最新添加的模型配置信息。
嵌入模型仅支持 bge-m3 模型联网API仅支持硅基流动平台可免费调用该嵌入模型https://cloud.siliconflow.cn/i/bjDoFhPf
---