mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-22 01:55:27 -04:00
[PR #1646] [CLOSED] WIP: feat: Introduce datasource plugins for RAG 2.0 #2011
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?
📋 Pull Request Information
Original PR: https://github.com/langgenius/dify-official-plugins/pull/1646
Author: @QuantumGhost
Created: 9/3/2025
Status: ❌ Closed
Base:
main← Head:feat/datasource📝 Commits (10+)
cda25d9confluenceba5b257Merge remote-tracking branch 'origin/feat/datasource' into feat/datasource6de5053datasources下删去刷新令牌,修改credentialscb14fbeMerge branch 'feat/datasource' of https://github.com/langgenius/dify-official-plugins into feat/datasource748ce47confluence6f5f4f2azure_blob450536eMerge branch 'feat/datasource' of https://github.com/langgenius/dify-official-plugins into feat/datasource1bd83f9github85323c0Update version numbers for multiple datasources: firecrawl_datasource, google_cloud_storage, google_drive, jina_datasource, and notion_datasource.96bdfceUpdate version numbers for google_drive and onedrive datasources to 0.1.0📊 Changes
1730 files changed (+124280 additions, -9881 deletions)
View changed files
📝
.assets/bar.png(+0 -0)➕
.github/ISSUE_TEMPLATE/feature_request.yml(+40 -0)📝
.github/pull_request_template.md(+1 -1)📝
.gitignore(+1 -0)📝
agent-strategies/cot_agent/manifest.yaml(+2 -1)📝
agent-strategies/cot_agent/requirements.txt(+1 -1)📝
agent-strategies/cot_agent/strategies/ReAct.py(+46 -1)📝
agent-strategies/cot_agent/strategies/ReAct.yaml(+8 -0)📝
agent-strategies/cot_agent/strategies/function_calling.py(+95 -19)📝
agent-strategies/cot_agent/strategies/function_calling.yaml(+8 -0)➕
datasources/aws_s3_storage/.difyignore(+179 -0)➕
datasources/aws_s3_storage/PRIVACY.md(+47 -0)➕
datasources/aws_s3_storage/README.md(+149 -0)➕
datasources/aws_s3_storage/_assets/icon.svg(+20 -0)➕
datasources/aws_s3_storage/datasources/aws_s3_storage.py(+82 -0)➕
datasources/aws_s3_storage/datasources/aws_s3_storage.yaml(+20 -0)➕
datasources/aws_s3_storage/main.py(+6 -0)➕
datasources/aws_s3_storage/manifest.yaml(+30 -0)➕
datasources/aws_s3_storage/provider/aws_s3_storage.py(+35 -0)➕
datasources/aws_s3_storage/provider/aws_s3_storage.yaml(+51 -0)...and 80 more files
📄 Description
Related Issues or Context
This PR contains Changes to Non-Plugin
This PR contains Changes to Non-LLM Models Plugin
This PR contains Changes to LLM Models Plugin
No
Version Control (Any Changes to the Plugin Will Require Bumping the Version)
VersionField, Not in Meta Section)Dify Plugin SDK Version
dify_plugin>=0.3.0,<0.5.0is in requirements.txt (SDK docs)Environment Verification (If Any Code Changes)
Local Deployment Environment
SaaS Environment
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.