labring / FastGPT

FastGPT is a knowledge-based platform built on the LLMs, offers a comprehensive suite of out-of-the-box capabilities such as data processing, RAG retrieval, and visual AI workflow orchestration, letting you easily develop and deploy complex question-answering systems without the need for extensive setup or configuration.
https://fastgpt.in
Other
16.61k stars 4.42k forks source link

知识库搜索结果结果作为工具输出 #1921

Open dockersky opened 1 month ago

dockersky commented 1 month ago

例行检查

功能描述 知识库搜索结果结果作为工具输出。 应用场景 在构建插件时,会用到知识库的检索,但是知识库的检索目前支持AI对话。在实际场景中,其他组件也有接收需求。 相关示例

c121914yu commented 1 month ago

一直都可以呢

dockersky commented 1 month ago

但是接收只支持AI对话。其他组件不支持。

c121914yu commented 1 month ago

但是接收只支持AI对话。其他组件不支持。

自定义输入,http 组件,代码运行都可以自定义输入内容哇,数据类型选择知识库引用不就好了。其他组件不行,因为他们运行就不需要依赖知识库。。