FASTGPT 的 结果重排一直不生效 #383
Labels
No Label
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: HswOAuth/llm_course#383
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
用的版本 image: ghcr.io/labring/fastgpt:v4.8.11
配置文件
"model": "bge-reranker-v2-m3",
"name": "bge-reranker-v2-m3",
"charsPointsPrice": 0,
"requestUrl": "192.168.201.156:6009/v1/rerank",
"requestAuth": "ACCESS_TOKEN"
使用脚本去测试对应的接口,可以正常使用,但是在fastgpt 里面重排一直显示不成功,一直显示false ,是否对版本有要求?
【AGI大模型今日vip上课通知】—AGI2403期
课题:提示词工程实战:DCU多机多卡微调FastGPT部署
上课老师:林希老师
上课时间:2024年11月10日晚19:30-21:30
上课地址:https://u.shkt.online/?ds_id=397593
上课内容:
1.开发环境准备
2.调用国内外大模型测试
3.微调训练
4.微调后模型下载并接入FastGPT
这节课
部署fastgpt 里面有一个 rerank 模型,就是做结果重排的,林希老师
rerank 模型的配置
"reRankModels": [
{
"model": "bge-reranker-v2-m3",
"name": "bge-reranker-v2-m3",
"charsPointsPrice": 0,
"requestUrl": "192.168.201.156:6009/v1/rerank",
"requestAuth": "ACCESS_TOKEN"
}
]
配置了rerank 后,在测试知识库的时候,rerank模型一直没有反应
那节课应该不涉及这个内容,这个问题可以参考下:https://github.com/labring/FastGPT/issues/2881
