[PR #563] [MERGED] docs: metadata #621

Closed
opened 2026-02-16 11:21:16 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify-docs-archived/pull/563
Author: @saltism
Created: 3/3/2025
Status: Merged
Merged: 3/18/2025
Merged by: @HanqingZ

Base: mainHead: metadata


📝 Commits (10+)

📊 Changes

34 files changed (+2604 additions, -379 deletions)

View changed files

📝 en/SUMMARY.md (+1 -0)
📝 en/guides/application-orchestrate/chatbot-application.md (+4 -0)
📝 en/guides/knowledge-base/create-knowledge-and-upload-documents.md (+5 -2)
📝 en/guides/knowledge-base/external-knowledge-api-documentation.md (+35 -0)
📝 en/guides/knowledge-base/integrate-knowledge-within-application.md (+170 -4)
📝 en/guides/knowledge-base/knowledge-and-documents-maintenance/maintain-dataset-via-api.md (+163 -18)
📝 en/guides/knowledge-base/knowledge-and-documents-maintenance/maintain-knowledge-documents.md (+2 -6)
en/guides/knowledge-base/metadata.md (+392 -0)
📝 en/guides/workflow/node/knowledge-retrieval.md (+8 -3)
📝 jp/SUMMARY.md (+10 -9)
jp/features/datasets/maintain-dataset-via-api.md (+0 -139)
jp/features/datasets/sync-from-notion.md (+0 -74)
📝 jp/guides/application-orchestrate/chatbot-application.md (+4 -0)
📝 jp/guides/knowledge-base/create-knowledge-and-upload-documents/README.md (+5 -1)
jp/guides/knowledge-base/external-data-tool.md (+0 -34)
📝 jp/guides/knowledge-base/external-knowledge-api-documentation.md (+35 -0)
📝 jp/guides/knowledge-base/integrate-knowledge-within-application.md (+175 -5)
📝 jp/guides/knowledge-base/knowledge-and-documents-maintenance/README.md (+7 -14)
📝 jp/guides/knowledge-base/knowledge-and-documents-maintenance/maintain-dataset-via-api.md (+169 -23)
jp/guides/knowledge-base/knowledge-and-documents-maintenance/maintain-knowledge-documents.md (+233 -0)

...and 14 more files

📄 Description

No description provided


🔄 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-docs-archived/pull/563 **Author:** [@saltism](https://github.com/saltism) **Created:** 3/3/2025 **Status:** ✅ Merged **Merged:** 3/18/2025 **Merged by:** [@HanqingZ](https://github.com/HanqingZ) **Base:** `main` ← **Head:** `metadata` --- ### 📝 Commits (10+) - [`37440a4`](https://github.com/langgenius/dify-docs-archived/commit/37440a4e996956a164343c0bb08b8369ec182df4) docs: metadata - [`7d8e86c`](https://github.com/langgenius/dify-docs-archived/commit/7d8e86cf3e2770a9cb77ad4818a1cb6a05104e42) update hint - [`44c01f4`](https://github.com/langgenius/dify-docs-archived/commit/44c01f49e1f368b537c9528cdfbe37e1862bbecd) Update chatbot-application.md - [`2088bac`](https://github.com/langgenius/dify-docs-archived/commit/2088bac1c7cffaf02a37a2287ba0d0aade261ea1) update English version and api - [`ea9f20b`](https://github.com/langgenius/dify-docs-archived/commit/ea9f20bb354b384adb6a7021389b9e0ec054be22) update details - [`7c951b7`](https://github.com/langgenius/dify-docs-archived/commit/7c951b7d010d5937bddd828c5141d3e9e800215b) update modification - [`2b7798e`](https://github.com/langgenius/dify-docs-archived/commit/2b7798eb705a956201253ccb130ecd383b97d650) update: images and summary - [`c7ef7fc`](https://github.com/langgenius/dify-docs-archived/commit/c7ef7fc3ed5ace9b3d1a3e6f06d576d83698cd76) update: JSON - [`8135e3b`](https://github.com/langgenius/dify-docs-archived/commit/8135e3ba5370e890970c1000f1dbb77eeeb0de35) update: punctuation - [`bc54f5a`](https://github.com/langgenius/dify-docs-archived/commit/bc54f5adc47f26c3e44748620f5342326ab76a53) update: comments ### 📊 Changes **34 files changed** (+2604 additions, -379 deletions) <details> <summary>View changed files</summary> 📝 `en/SUMMARY.md` (+1 -0) 📝 `en/guides/application-orchestrate/chatbot-application.md` (+4 -0) 📝 `en/guides/knowledge-base/create-knowledge-and-upload-documents.md` (+5 -2) 📝 `en/guides/knowledge-base/external-knowledge-api-documentation.md` (+35 -0) 📝 `en/guides/knowledge-base/integrate-knowledge-within-application.md` (+170 -4) 📝 `en/guides/knowledge-base/knowledge-and-documents-maintenance/maintain-dataset-via-api.md` (+163 -18) 📝 `en/guides/knowledge-base/knowledge-and-documents-maintenance/maintain-knowledge-documents.md` (+2 -6) ➕ `en/guides/knowledge-base/metadata.md` (+392 -0) 📝 `en/guides/workflow/node/knowledge-retrieval.md` (+8 -3) 📝 `jp/SUMMARY.md` (+10 -9) ➖ `jp/features/datasets/maintain-dataset-via-api.md` (+0 -139) ➖ `jp/features/datasets/sync-from-notion.md` (+0 -74) 📝 `jp/guides/application-orchestrate/chatbot-application.md` (+4 -0) 📝 `jp/guides/knowledge-base/create-knowledge-and-upload-documents/README.md` (+5 -1) ➖ `jp/guides/knowledge-base/external-data-tool.md` (+0 -34) 📝 `jp/guides/knowledge-base/external-knowledge-api-documentation.md` (+35 -0) 📝 `jp/guides/knowledge-base/integrate-knowledge-within-application.md` (+175 -5) 📝 `jp/guides/knowledge-base/knowledge-and-documents-maintenance/README.md` (+7 -14) 📝 `jp/guides/knowledge-base/knowledge-and-documents-maintenance/maintain-dataset-via-api.md` (+169 -23) ➕ `jp/guides/knowledge-base/knowledge-and-documents-maintenance/maintain-knowledge-documents.md` (+233 -0) _...and 14 more files_ </details> ### 📄 Description _No description provided_ --- <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-16 11:21:16 -05:00
yindo closed this issue 2026-02-16 11:21:16 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify-docs-archived#621