[PR #1645] [MERGED] bump docfactory plugin to version 0.0.11 #1748

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

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify-plugins/pull/1645
Author: @seekysense
Created: 11/29/2025
Status: Merged
Merged: 12/7/2025
Merged by: @crazywoola

Base: mainHead: bump-docfactory-plugin-0.0.11


📝 Commits (1)

  • e380311 bump docfactory plugin to version 0.0.11

📊 Changes

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

View changed files

seekysense/docfactory/docfactory-0.0.11.difypkg (+0 -0)

📄 Description

Plugin Submission Form

1. Metadata

2. Submission Type

  • [ X] New plugin submission
  • Version update for existing plugin

3. Description

Docfactory is a Dify plugin designed to simplify the management of JSON data for both LLMs and human users.

The plugin allows you to render JSON objects into text templates, so you can:

  • Provide rich, structured information to LLMs without long prompts that explain every field.
  • Generate human-readable documents (reports, summaries, profiles, etc.) directly from JSON.
  • Use conditional logic (if/then, loops, etc.) in templates to express complex data in a concise and context-aware way.

After rendering, the plugin lets you save the generated text into the Dify Knowledge Base, together with metadata that can be used for precise filtering and retrieval.
For example, you can fetch an accounting record for a customer via API, render it as a readable document, and store the customer code as metadata so you can reliably retrieve that document later via filters.

Docfactory also provides a single chunk mode, which allows you to use the Dify Knowledge Base as a pure document store: the entire rendered text is stored as a single chunk, so it can be retrieved as one coherent document instead of being split into multiple segments.

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

Please confirm that your plugin README includes all necessary information:

  • 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

Based on Dify Plugin Privacy Protection Guidelines:

Data Collection

This plugin does not collect any user personal data.
All data (including prompts, JSON content, rendered text, and metadata) is processed and stored only within the user’s own Dify environment and is not transmitted to any external service controlled by the plugin author.

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/1645 **Author:** [@seekysense](https://github.com/seekysense) **Created:** 11/29/2025 **Status:** ✅ Merged **Merged:** 12/7/2025 **Merged by:** [@crazywoola](https://github.com/crazywoola) **Base:** `main` ← **Head:** `bump-docfactory-plugin-0.0.11` --- ### 📝 Commits (1) - [`e380311`](https://github.com/langgenius/dify-plugins/commit/e3803117b01c0134d589fb2261d531633a8752e8) bump docfactory plugin to version 0.0.11 ### 📊 Changes **1 file changed** (+0 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `seekysense/docfactory/docfactory-0.0.11.difypkg` (+0 -0) </details> ### 📄 Description # Plugin Submission Form ## 1. Metadata - **Plugin Author**: Seekysense - **Plugin Name**: Docfactory - **Repository URL**: https://github.com/seekysense/docfactory ## 2. Submission Type - [ X] New plugin submission - [ ] Version update for existing plugin ## 3. Description Docfactory is a Dify plugin designed to simplify the management of JSON data for both LLMs and human users. The plugin allows you to render JSON objects into text templates, so you can: - Provide rich, structured information to LLMs **without long prompts** that explain every field. - Generate **human-readable documents** (reports, summaries, profiles, etc.) directly from JSON. - Use conditional logic (if/then, loops, etc.) in templates to express complex data in a concise and context-aware way. After rendering, the plugin lets you save the generated text into the Dify Knowledge Base, together with **metadata** that can be used for precise filtering and retrieval. For example, you can fetch an accounting record for a customer via API, render it as a readable document, and store the customer code as metadata so you can reliably retrieve that document later via filters. Docfactory also provides a **single chunk mode**, which allows you to use the Dify Knowledge Base as a pure document store: the entire rendered text is stored as a single chunk, so it can be retrieved as one coherent document instead of being split into multiple segments. ## 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 Please confirm that your plugin README includes all necessary information: - [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 Based on Dify Plugin Privacy Protection [Guidelines](https://docs.dify.ai/plugins/publish-plugins/publish-to-dify-marketplace/plugin-privacy-protection-guidelines): ### Data Collection This plugin does **not** collect any user personal data. All data (including prompts, JSON content, rendered text, and metadata) is processed and stored **only within the user’s own Dify environment** and is not transmitted to any external service controlled by the plugin author. ### 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:06:47 -05:00
yindo closed this issue 2026-02-22 18:06:47 -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#1748