fastgpt在创建通用知识库时找不到索引模型 #467

Closed
opened 2025-01-07 22:17:44 +08:00 by Eason · 4 comments

fastgpt在创建通用知识库时找不到索引模型,报错text-embedding-002无可用渠道,于是我又去ollama手动下载了其他的嵌入模型但是加入oneapi的时候都是测试不通过,请问应该怎么解决

fastgpt在创建通用知识库时找不到索引模型,报错text-embedding-002无可用渠道,于是我又去ollama手动下载了其他的嵌入模型但是加入oneapi的时候都是测试不通过,请问应该怎么解决

方便看一下fastgpt的配置文件config.json啊, 应该是没有在fastgpt中添加相对应的索引模型

方便看一下fastgpt的配置文件config.json啊, 应该是没有在fastgpt中添加相对应的索引模型
Author

方便看一下fastgpt的配置文件config.json啊, 应该是没有在fastgpt中添加相对应的索引模型
config.json文件中我在vectorModel中将model和name改过来保存并重启fastgpt以后仍然测试不通过,还是说他应该写在其他位置呢

> 方便看一下fastgpt的配置文件config.json啊, 应该是没有在fastgpt中添加相对应的索引模型 > config.json文件中我在vectorModel中将model和name改过来保存并重启fastgpt以后仍然测试不通过,还是说他应该写在其他位置呢

image如果在oneapi上只添加了embedding模型,出现400报错没关系,把chat模型也添加上去,再使用fastgpt试一试
embedding模型配置:image
chat模型配置:image

![image](/attachments/8d7fecc7-06cd-496f-82d6-281767ec501c)如果在oneapi上只添加了embedding模型,出现400报错没关系,把chat模型也添加上去,再使用fastgpt试一试 embedding模型配置:![image](/attachments/6fa7464a-f933-40b3-afde-cd3738f7f613) chat模型配置:![image](/attachments/20188c77-f504-47a4-8116-7950c935604e)
Author

image如果在oneapi上只添加了embedding模型,出现400报错没关系,把chat模型也添加上去,再使用fastgpt试一试
embedding模型配置:image
chat模型配置:image

十分感谢!已调试成功

> ![image](/attachments/8d7fecc7-06cd-496f-82d6-281767ec501c)如果在oneapi上只添加了embedding模型,出现400报错没关系,把chat模型也添加上去,再使用fastgpt试一试 > embedding模型配置:![image](/attachments/6fa7464a-f933-40b3-afde-cd3738f7f613) > chat模型配置:![image](/attachments/20188c77-f504-47a4-8116-7950c935604e) 十分感谢!已调试成功
Eason closed this issue 2025-01-09 20:35:56 +08:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: HswOAuth/llm_course#467
No description provided.