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://tryfastgpt.ai
Other
17.02k stars 4.55k forks source link

合并Doc2X插件中的子插件:使其接收字符串和字符串数组 #2333

Open Menghuan1918 opened 1 month ago

Menghuan1918 commented 1 month ago

更新插件为接受string形式的URL或者流程输出中的文件链接变量

注意由于变量名称的改变原有的插件不能使用,需要重新添加新的合并后的插件

以下为测试截图


图片

图片形式

测试链接为alist的文件下载链接 图片

文件变量形式

单文件 图片

多文件 图片

由于Doc2X的表格表示都是采用的是HTML格式表示,此处表格没渲染出来。不过因为MD形式的表格表现格式没HTML格式全,比如合并的表格,我就没在插件里写表格格式的转换...

PDF

URL形式

测试链接为alist的文件下载链接 图片

文件变量形式

测试混合文件上传,自动跳过所有非PDF文件 图片

图片