-
Notifications
You must be signed in to change notification settings - Fork 4.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
4.6.8版本知识库Embedding API 404 #937
Comments
上午刚部署完,建好知识库也出现了这问题。刚刚又试了下,好了。。不知道发生了啥,这个错误给的信息太少了: |
404就是模型地址不对 |
但是one-api配置的url是对的,测试也正常 |
同问同求,上传文档后只会有一组或者2组数据,看oneapi也是请求通了的,但是后续就始终卡住,手动添加数据就会提示:Embedding API 404。 只有特别偶尔的情况下,才可以手动添加成功,成功概率大概5%左右,其余情况都是报Embedding API 404 |
我的已经解决掉了: |
能否发一下你的配置文件我看下,我也遇到这样的问题了 |
使用了这个方法但仍然报错,我也用的文心一言的Embedding-V1 |
chatglm在线的embedding-2也同样错误 |
智谱的embedding-2和openai的text-embedding-ada-02请求与响应基本一致,但是用不了智谱 |
我用阿里千问text-embedding-v1 这个模型就不报错,智谱的embedding-2/Embedding-2(大小写我都试过)就报 Embedding API 404,one-api日志 respErr is not nil: &{Error:{Message:prompt 参数非法。请检查文档。 Type:zhipu_error Param: Code:1214} StatusCode:200}, 智谱官网 提示 1214 | ${field} 参数非法。fastgpt 日志看不到任何东西 |
看起来是one-api的问题,我直接用url调智谱的embedding是没问题的,用one-api传数组的情况会跟你错误一样,非数组正常。具体情况看这个问题: |
"vectorModels": [
{
"model": "text-embedding-3-large",
"name": "Embedding-3-large",
"avatar": "/imgs/model/openai.svg",
"charsPointsPrice": 0,
"defaultToken": 512,
"maxToken": 3000,
"weight": 100,
"dbConfig": {},
"queryConfig": {},
"defaultConfig": {
"dimensions": 1024
}
},
{
"model": "text-embedding-3-small",
"name": "Embedding-3-large",
"avatar": "/imgs/model/openai.svg",
"charsPointsPrice": 0,
"defaultToken": 512,
"maxToken": 3000,
"weight": 100,
"dbConfig": {},
"queryConfig": {}
},
{
"model": "text-embedding-ada-002",
"name": "Embedding-2",
"avatar": "/imgs/model/openai.svg",
"charsPointsPrice": 0,
"defaultToken": 512,
"maxToken": 3000,
"weight": 100,
"dbConfig": {},
"queryConfig": {}
}
], 默认配置文件的锅 把name改一下 |
例行检查
你的版本
问题描述
4.6.8版本 fastgpt 模型对话功能正常,但是知识库模块上提示 Embedding API 404。
大模型对话功能正常,但是向量模型one-api上测试正常,curl命令测试正常,fastgpt页面上提示Embedding API 404
复现步骤
预期结果
相关截图
The text was updated successfully, but these errors were encountered: