关于效果比较好的RAG开源工具咨询 #475
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#475
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?
当前效果不好的体现:1是长文本回答不全面,2是不能很好的理解提供的知识导致灵活性不足(变换一个说法就不知道)
推荐的RAG
长文本回答不全面主要是检索不充分、大语言模型能力限制、上下文处理长度限制这几个问题,
RAG开源工具的评测网站这个目前没有,这里提供一个rag的评测工具,可以自己去评测:官网:https://docs.ragas.io/en/latest/,使用教程:https://blog.csdn.net/weixin_42608414/article/details/135355723
好的,感谢老师