mirror of
https://github.com/langgenius/dify-plugins.git
synced 2026-07-22 01:55:36 -04:00
[PR #1823] [CLOSED] feat: Add adbpg tool model and endpoint #1879
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/1823
Author: @lpdink
Created: 12/30/2025
Status: ❌ Closed
Base:
main← Head:1.0.0📝 Commits (1)
9793c6cfeat: Add adbpg tool model and endpoint📊 Changes
3 files changed (+0 additions, -0 deletions)
View changed files
➕
adbpg/adbpg_endpoint.difypkg(+0 -0)➕
adbpg/adbpg_model.difypkg(+0 -0)➕
adbpg/adbpg_tool.difypkg(+0 -0)📄 Description
Plugin Submission Form
1. Metadata
2. Submission Type
3. Description
This plugin bundle integrates Alibaba Cloud AnalyticDB for PostgreSQL into Dify, providing a comprehensive RAG (Retrieval-Augmented Generation) solution. It covers the entire pipeline from data ingestion and parsing to high-performance retrieval and generation.
The bundle consists of three specialized plugins:
adbpg_tool): Provides a suite of tools for knowledge base management, advanced retrieval (including RRF and weighted ranking), and multimodal search (e.g., image-to-text). It also includes a professional document parser (adbpg_doc_parser) as an alternative to standard text chunking in workflows.adbpg_model): Acts as a Model Provider, offering unified access to Qwen LLM, Text Embedding, and Reranking models.adbpg_endpoint): Implements an External Knowledge Base endpoint (POST /retrieval), enabling Dify to perform massive full-text and vector searches directly against AnalyticDB.Key Features:
4. Checklist
5. Documentation Checklist
Please confirm that your plugin README includes all necessary information:
6. Privacy Protection Information
Based on Dify Plugin Privacy Protection Guidelines:
Data Collection
Privacy Policy
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.