[PR #1481] [MERGED] 优化建表时的 JSON 格式,更灵活、更接近官方的设计思想、更容易理解 #1636

Closed
opened 2026-02-22 18:03:46 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify-plugins/pull/1481
Author: @lemonit-eric-mao
Created: 10/31/2025
Status: Merged
Merged: 11/5/2025
Merged by: @crazywoola

Base: mainHead: main


📝 Commits (4)

📊 Changes

1 file changed (+0 additions, -0 deletions)

View changed files

📝 lemonit-eric-mao/MilvusClient/milvus-client.difypkg (+0 -0)

📄 Description

1. Metadata

  • Plugin Author: [siyu_and_xuejia]
  • Plugin Name: [milvus-client]
  • Repository URL: ]

2. Submission Type

  • New plugin submission
  • Version update for existing plugin

3. Description

此次更新主要优化了插件在建表(Table Schema)时的 JSON 格式定义方式。
新的格式设计更灵活、与官方推荐的数据结构设计思想保持一致,并显著提升了可读性与可理解性。

主要改进点包括:

  • 调整 JSON Schema 结构,使字段定义更加直观;
  • 支持更灵活的数据类型与嵌套结构;
  • 改善默认值与约束的声明方式;
  • 提升了对复杂表结构的可扩展性;
  • 优化文档说明,便于开发者理解与使用。

4. Checklist

  • I have read and followed the Publish to Dify Marketplace guidelines
  • I have read and comply with the Plugin Developer Agreement
  • I confirm my plugin works properly on both Dify Community Edition and Cloud Version
  • I confirm my plugin has been thoroughly tested for completeness and functionality
  • My plugin brings new value to Dify

5. Documentation Checklist

  • Step-by-step setup instructions
  • Detailed usage instructions
  • All required APIs and credentials are clearly listed
  • Connection requirements and configuration details
  • Link to the repository for the plugin source code

6. Privacy Protection Information

Data Collection

本插件不收集任何用户的个人数据。所有处理均在用户的 Dify 实例本地或授权的后端服务中完成。

Privacy Policy

  • I confirm that I have prepared and included a privacy policy in my plugin package based on the Plugin Privacy Protection Guidelines

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langgenius/dify-plugins/pull/1481 **Author:** [@lemonit-eric-mao](https://github.com/lemonit-eric-mao) **Created:** 10/31/2025 **Status:** ✅ Merged **Merged:** 11/5/2025 **Merged by:** [@crazywoola](https://github.com/crazywoola) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (4) - [`2ee1728`](https://github.com/langgenius/dify-plugins/commit/2ee17286483b339aa0a90a63f43593b387fb5be7) 优化建表时的json格式,更灵活、更接近官方的设计思想、更容易理解 - [`ff46604`](https://github.com/langgenius/dify-plugins/commit/ff46604d3ebc8f28a3d052140157279d80177e24) Merge branch 'langgenius:main' into main - [`cc7d3e7`](https://github.com/langgenius/dify-plugins/commit/cc7d3e7592b498829eda9e3ffeca9f6a920cbe73) 优化建表时的json格式,更灵活、更接近官方的设计思想、更容易理解 - [`b3b6f7a`](https://github.com/langgenius/dify-plugins/commit/b3b6f7a21dbf849ba3ba6d6d8567b097feddac78) Merge branch 'main' of https://github.com/lemonit-eric-mao/dify-plugins ### 📊 Changes **1 file changed** (+0 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `lemonit-eric-mao/MilvusClient/milvus-client.difypkg` (+0 -0) </details> ### 📄 Description ## 1. Metadata * **Plugin Author**: [siyu_and_xuejia] * **Plugin Name**: [milvus-client] * **Repository URL**: [](https://github.com/lemonit-eric-mao/dify-plugins/blob/main/lemonit-eric-mao/MilvusClient/milvus-client.difypkg)] ## 2. Submission Type * [ ] New plugin submission * [x] Version update for existing plugin ## 3. Description 此次更新主要优化了插件在建表(Table Schema)时的 JSON 格式定义方式。 新的格式设计更灵活、与官方推荐的数据结构设计思想保持一致,并显著提升了可读性与可理解性。 **主要改进点包括:** * 调整 JSON Schema 结构,使字段定义更加直观; * 支持更灵活的数据类型与嵌套结构; * 改善默认值与约束的声明方式; * 提升了对复杂表结构的可扩展性; * 优化文档说明,便于开发者理解与使用。 ## 4. Checklist * [x] I have read and followed the Publish to Dify Marketplace guidelines * [x] I have read and comply with the Plugin Developer Agreement * [x] I confirm my plugin works properly on both Dify Community Edition and Cloud Version * [x] I confirm my plugin has been thoroughly tested for completeness and functionality * [x] My plugin brings new value to Dify ## 5. Documentation Checklist * [x] Step-by-step setup instructions * [x] Detailed usage instructions * [x] All required APIs and credentials are clearly listed * [x] Connection requirements and configuration details * [x] Link to the repository for the plugin source code ## 6. Privacy Protection Information ### Data Collection 本插件不收集任何用户的个人数据。所有处理均在用户的 Dify 实例本地或授权的后端服务中完成。 ### Privacy Policy * [x] I confirm that I have prepared and included a privacy policy in my plugin package based on the Plugin Privacy Protection Guidelines --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-22 18:03:46 -05:00
yindo closed this issue 2026-02-22 18:03:46 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify-plugins#1636