mirror of
https://github.com/langgenius/dify-plugins.git
synced 2026-07-22 01:55:36 -04:00
[PR #1003] [CLOSED] add tencent cloud search plugin #1319
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-plugins/pull/1003
Author: @raydez
Created: 8/5/2025
Status: ❌ Closed
Base:
main← Head:main📝 Commits (1)
4b89c4dadd tencent cloud search plugin📊 Changes
23 files changed (+1908 additions, -0 deletions)
View changed files
➕
raydez/tencent_cloud_search_plugin/.gitignore(+47 -0)➕
raydez/tencent_cloud_search_plugin/BUILD_GUIDE.md(+100 -0)➕
raydez/tencent_cloud_search_plugin/DEPLOYMENT.md(+209 -0)➕
raydez/tencent_cloud_search_plugin/DIFY_CONFIG_GUIDE.md(+225 -0)➕
raydez/tencent_cloud_search_plugin/FINAL_SUMMARY.md(+153 -0)➕
raydez/tencent_cloud_search_plugin/INSTALL.md(+72 -0)➕
raydez/tencent_cloud_search_plugin/README.md(+131 -0)➕
raydez/tencent_cloud_search_plugin/SIGNATURE_ISSUE.md(+122 -0)➕
raydez/tencent_cloud_search_plugin/_assets/icon.svg(+11 -0)➕
raydez/tencent_cloud_search_plugin/build.sh(+51 -0)➕
raydez/tencent_cloud_search_plugin/dify_plugin_package.yaml(+23 -0)➕
raydez/tencent_cloud_search_plugin/examples/usage_examples.py(+137 -0)➕
raydez/tencent_cloud_search_plugin/icon.svg(+11 -0)➕
raydez/tencent_cloud_search_plugin/manifest.yaml(+38 -0)➕
raydez/tencent_cloud_search_plugin/provider/__init__.py(+3 -0)➕
raydez/tencent_cloud_search_plugin/provider/provider.yaml(+42 -0)➕
raydez/tencent_cloud_search_plugin/provider/tools/__init__.py(+3 -0)➕
raydez/tencent_cloud_search_plugin/provider/tools/search.py(+286 -0)➕
raydez/tencent_cloud_search_plugin/provider/tools/search.yaml(+120 -0)➕
raydez/tencent_cloud_search_plugin/requirements.txt(+2 -0)...and 3 more files
📄 Description
Plugin Submission Form
1. Metadata
2. Submission Type
3. Description
This is a new plugin that integrates Tencent Cloud's Networked Search API with Dify, powered by Sogou Search engine. The plugin enables users to perform comprehensive internet searches directly within Dify workflows.
Key Features:
Technical Implementation:
Supported Parameters:
query(required): Search keywordsmode(optional): Search mode (0=Natural, 1=VR Cards, 2=Hybrid)site(optional): Specific site searchcount(optional): Number of results (Premium feature)from_time/to_time(optional): Time range filteringindustry(optional): Industry filter (Premium feature)4. Checklist
5. Documentation Checklist
Please confirm that your plugin README includes all necessary information:
Documentation Details:
6. Privacy Protection Information
Based on Dify Plugin Privacy Protection Guidelines:
Data Collection
No personal data collection: This plugin does not collect any user personal data. The plugin only processes:
All data processing is performed in real-time without storage or logging of user queries or personal information.
Privacy Policy
Privacy Policy Summary:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.