Files
QuantumGhost 45f3b7c736 feat: introduce datasource plugins and chunker plugins for RAG pipeline (#1649)
* feat: Introduce datasource plugins

Co-authored-by: jingfelix <jingfelix@outlook.com>
Co-authored-by: Harry <xh001x@hotmail.com>
Co-authored-by: Frederick2313072 <2031894837@qq.com>
Co-authored-by: jyong <718720800@qq.com>
Co-authored-by: citron <45784494+lcandy2@users.noreply.github.com>

* feat: Introduce chunkers for RAG pipelines

Co-authored-by: jyong <718720800@qq.com>
Co-authored-by: Dongyu Li <544104925@qq.com>

* feat: Introduce dify_extractor tool

Co-authored-by: jyong <718720800@qq.com>

* fix: README title (#1648)

Signed-off-by: jingfelix <jingfelix@outlook.com>

* add readme and privacy

---------

Signed-off-by: jingfelix <jingfelix@outlook.com>
Co-authored-by: jingfelix <jingfelix@outlook.com>
Co-authored-by: Harry <xh001x@hotmail.com>
Co-authored-by: Frederick2313072 <2031894837@qq.com>
Co-authored-by: jyong <718720800@qq.com>
Co-authored-by: citron <45784494+lcandy2@users.noreply.github.com>
Co-authored-by: Dongyu Li <544104925@qq.com>
2025-09-04 15:23:13 +08:00

7 lines
148 B
Python

from dify_plugin import DifyPluginEnv, Plugin
plugin = Plugin(DifyPluginEnv(MAX_REQUEST_TIMEOUT=120))
if __name__ == "__main__":
plugin.run()