mirror of
https://github.com/langgenius/dify-plugins.git
synced 2026-07-22 01:55:36 -04:00
[PR #267] [MERGED] release text2data v0.2.0 - support pgsql #761
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/267
Author: @jaguarliuu
Created: 3/31/2025
Status: ✅ Merged
Merged: 3/31/2025
Merged by: @LogicOber
Base:
main← Head:main📝 Commits (6)
ea8df80release: rookie_text2data 0.2.047b6491Merge branch 'langgenius:main' into maina015673release 0.2.068f72d8Merge branch 'langgenius:main' into maina775130Merge branch 'langgenius:main' into main88d8ac5release: text2data 0.2.0📊 Changes
1 file changed (+0 additions, -0 deletions)
View changed files
📝
jaguarliu/rookie_text2data/rookie_text2data.difypkg(+0 -0)📄 Description
Plugin Submission Form
1. Submission Type
2. Description
✨ New Feature: Database Metadata Compression Mode (Experimental)
To reduce the context length occupied by large models, the plugin now introduces a Database Structure Compression Representation (DSL) feature, which significantly enhances multi-table query capabilities.
✅ Supports representing database table structures in an extremely concise format (e.g., T:user(id:i, name:s)), reducing context length by approximately 80%;
✅ Compatible with prompt templates to ensure that large models can understand and parse the compressed format;
✅ Allows toggling whether to display field types (type compression such as: int → i, varchar → s);
🚧 Note: This feature is currently experimental. The compression format has not yet been standardized. It is recommended to use it with custom Prompts.
3. Checklist
4. Documentation Checklist
Please confirm that your plugin README includes all necessary information:
5. 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.