mirror of
https://github.com/langgenius/dify-plugins.git
synced 2026-07-21 17:45:36 -04:00
[Plugin Request]: Will the DataInsight knlowledge base or plugin will be accepted ? #90
Reference in New Issue
Block a user
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?
Originally created by @wpf710 on GitHub (Jun 11, 2025).
Plugin Name
DataInsight Knowedge base
Function Description
(first of all ,I am not sure it's the rigth place to ask the question, so create one issue here)
we'v developed a thirdparty middleware, which can povide the following features
1 it's a standalone software and provide the funtional RestAPI
2 it can manage the meta-data of the S3 bucket, and our high performance distributed file system YRCloudFile (https://www.yanrongyun.com/en-US), and will support the NFS,SMB and etc. anyway it's not bundled with our private YRCloudFile system.
3 it can provice the very fast query performance for the metadata, such as you can find the the files or s3 object that access time is older than three months and larger than 1GB size, of course ,you can combile other meta-fields that the source supported.
4 and according to the user defined query criteria, it can push back the file list or file content to some call-back endpoint ,such as the knowledge base. either the existing documment or the incremental documents that match the pre-defined query criteria will be in the knowledge base , no manully upload again
5 for the S3 bucket (and others that supported), DataInsight can get the source meta-data changes in time and fanout the changes to ,such as knowledge base .
we have already implement the integration with FastGPT (https://github.com/labring/FastGPT) by adding an DataInsight Knowledge base type, and other facilities, when user create a knowledge base ,it can choose the type of DataInsight ,and provide some parameters of DataInsight service endpoint ,token and etc in the UI page,
so if we also want to implement it in Dify, it will be accepted?
Official Website URL
No response
@jingfelix commented on GitHub (Jun 19, 2025):
Thank you very much for using and supporting Dify. Based on your description, integrating DataInsight into the knowledge base requires modifications to the UI, correct? As far as I understand, UI modifications cannot be accomplished through the Dify plugin. You can refer to the scope of Dify plugin capabilities at https://docs.dify.ai/plugin-dev-zh/0111-getting-started-dify-plugin.
@crazywoola commented on GitHub (Feb 3, 2026):
Hi @wpf710, thanks for opening this issue.
Why this is being closed
This issue tracker is reserved for actionable bugs/tasks. This report looks like a usage question.
Next steps
Please use the community channels instead:
If this is actually a bug/task, please open a new issue with clear reproducible details.
Thanks for understanding and for supporting Dify.