-
Notifications
You must be signed in to change notification settings - Fork 875
[Feature]: 请求支持 ragflow #1099
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
Comments
hi @RockChinQ 我对在LangBot里集成RAGFlow很感兴趣,RAGFlow里面有和知识库对话的功能,我想集成到LangBot中的对话机器人里面去,比如在飞书里可以直接调用RAGFlow里面的对话接口,询问知识库的内容。 |
@RockChinQ 感谢你的回复, 我再明确一下,我需要做的是:
|
一来一回对话:
Agent 运行机制
可以看到 Agent 需要调用工具,而且可能需要调用多个回合。而 Agent 的实现模式有很多种,就需要在这里做一个抽象:Runner。 |
这是一个?
新功能
详细描述
https://github.com/infiniflow/ragflow 是一个 rag 平台,通过 runner 支持 ragflow 以便在 LangBot 对话中使用 ragflow 的应用。
The text was updated successfully, but these errors were encountered: