mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-22 01:55:27 -04:00
[PR #2133] [CLOSED] feat: add tencent cloud ES plugin #2279
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/2133
Author: @gitzsl17
Created: 11/26/2025
Status: ❌ Closed
Base:
main← Head:dify-atomic📝 Commits (1)
e394f9afeat: add tencent cloud ES plugin📊 Changes
31 files changed (+1973 additions, -0 deletions)
View changed files
➕
models/ai_search/.env.example(+3 -0)➕
models/ai_search/README.md(+49 -0)➕
models/ai_search/_assets/icon.svg(+12 -0)➕
models/ai_search/_assets/img.png(+0 -0)➕
models/ai_search/ai_search.difypkg(+0 -0)➕
models/ai_search/main.py(+6 -0)➕
models/ai_search/manifest.yaml(+43 -0)➕
models/ai_search/models/llm/_position.yaml(+8 -0)➕
models/ai_search/models/llm/deepseek-r1-distill-qwen-32b.yaml(+43 -0)➕
models/ai_search/models/llm/deepseek-r1.yaml(+43 -0)➕
models/ai_search/models/llm/deepseek-v3.yaml(+42 -0)➕
models/ai_search/models/llm/hunyuan-large-longcontext.yaml(+42 -0)➕
models/ai_search/models/llm/hunyuan-large.yaml(+42 -0)➕
models/ai_search/models/llm/hunyuan-standard-256K.yaml(+42 -0)➕
models/ai_search/models/llm/hunyuan-standard.yaml(+42 -0)➕
models/ai_search/models/llm/hunyuan-turbo.yaml(+42 -0)➕
models/ai_search/models/llm/llm.py(+685 -0)➕
models/ai_search/models/rerank/_position.yaml(+2 -0)➕
models/ai_search/models/rerank/bge-reranker-large.yaml(+4 -0)➕
models/ai_search/models/rerank/bge-reranker-v2-m3.yaml(+4 -0)...and 11 more files
📄 Description
Description
This PR adds the
ai_searchplugin, which provides high-performance fundamental models (Text Embedding, Rerank, LLM) from Tencent Cloud Elasticsearch Service for RAG scenarios.Plugin Information
Supported Model Types
Features
Testing
The plugin has been tested with:
Compliance
Files Added
aisearch_plugin/
├── ai_search.difypkg
├── PRIVACY.md
└── README.md
Related Links
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.