Commit Graph

174 Commits

Author SHA1 Message Date
Riskey
fb91df937e add docs for trigger environment variable (#525)
* add docs for trigger environment variable

* add saas-related content & fix schedule trigger testing content

---------

Co-authored-by: Riskey <riskey47@dify.ai>
2025-11-20 21:43:41 +08:00
Riskey
49eabd1188 user input nodes cannot coexist with triggers on the same canvas (#519) 2025-11-13 18:11:11 +08:00
Riskey
f38ccf4185 update the marketing email address (#520)
Co-authored-by: Riskey <riskey47@dify.ai>
2025-11-13 18:02:54 +08:00
CrabSAMA
aed1bae8f0 docs: update web project dependence version text to match local-source-code.mdx (#424) 2025-11-07 14:11:40 +08:00
lyzno1
9b6203f3e5 fix/workflow docs (#455)
* chore: remove .DS_Store

* fix: remove file preview docs
2025-11-04 11:06:46 +08:00
9527MrLi
338c70945b Add Celery_Beat environment variable description (#421)
Co-authored-by: shiyun.li973792 <shiyun.li@seres.cn>
Co-authored-by: 1wangshu <suewangswu@gmail.com>
Co-authored-by: Blackoutta <hyytez@gmail.com>
2025-11-04 11:06:23 +08:00
Riskey
ab67e53af8 refine & fix (#506)
* refine

* remove default success response body

---------

Co-authored-by: Riskey <riskey47@dify.ai>
2025-11-04 11:02:02 +08:00
sunshinesDL
4e47eb05c1 Update chunking-and-cleaning-text.mdx (#345)
* Update chunking-and-cleaning-text.mdx

原文中 '通用模式' 小节中,关于 '分段标识符' 的解释中描述如下:
`分段标识符,默认值为 \n,即按照文章段落进行分块。你可以遵循正则表达式语法自定义分块规则,系统将在文本出现分段标识符时自动执行分段。例如 的含义是按照句子进行分段。下图是不同语法的文本分段效果:`
`例如` 后好像缺少了转义字符,这里补充正则表达式 `(?<=[.!?])\s+` 以查找句子结束标点(., !, ?)后的空白字符,从而按照句子分段。
此外,在 "父子模式" 小节中,以下内容好像也遗漏了转义字符:
`在子分段内填写以下分段设置:
分段标识符,默认值为 ,即按照句子进行分段。你可以遵循正则表达式语法自定义分块规则,系统将在文本出现分段标识符时自动执行分段。`
这里补充 `\.|\!|\?` 作为按句子分段的标识符,供作者审核。

* correct, update, and remove expired content

---------

Co-authored-by: Riskey <riskey47@dify.ai>
2025-10-31 17:43:10 +08:00
Riskey
53c4c93b1e add docs for trigger (#504)
* draft

* draft

* draft

* refine dev docs

* almost

* update

* remove sys.file and sys.query; add sys.timestamp

* update the end node to output

* modify the introduction section of variable

* fix typo

* adjust image size

* remove unnecessary list

* feedback fix

* remove example

* feedback fix & add en/ja dev docs

* correct description

* fix typos

* replace UI text

* refinements & add zh-ja translation

* feedback fixes

* fix punctuation

* refine heading-reference

* typo

* adjust casing & remove sys.timestamp from chatflow

* Docs tools: 2 succeeded, some failed

Rename operation failed: - Lang 'zh': File 'dify-docs/plugin-dev-zh/0211-getting-started-dify-tool.mdx' - Renaming error: Unexpected error: 'str' object has no attribute 'get'
- Lang 'zh': File 'dify-docs/plugin-dev-zh/0222-datasource-plugin.mdx' - Skipped (non-compliant):
Missing/empty critical frontmatter fields for renaming: dimensions.type.primary, dimensions.type.detail, dimensions.level, standard_title, language (expected for metadata, though not used in filename suffix anymore).
- Lang 'zh': File 'dify-docs/plugin-dev-zh/0222-tool-oauth.mdx' - Skipped (non-compliant):
Missing/empty critical frontmatter fields for renaming: dimensions.type.primary, dimensions.type.detail, dimensions.level, standard_title, language (expected for metadata, though not used in filename suffix anymore).
- Lang 'zh': File 'dify-docs/plugin-dev-zh/0222-trigger-plugin.mdx' - Skipped (non-compliant):
Missing/empty critical frontmatter fields for renaming: dimensions.type.primary, dimensions.type.detail, dimensions.level, standard_title, language (expected for metadata, though not used in filename suffix anymore).
- Lang 'en': File 'dify-docs/plugin-dev-en/0211-getting-started-dify-tool.mdx' - Renaming error: Unexpected error: 'str' object has no attribute 'get'
- Lang 'en': File 'dify-docs/plugin-dev-en/0222-datasource-plugin.mdx' - Skipped (non-compliant):
Missing/empty critical frontmatter fields for renaming: dimensions.type.primary, dimensions.type.detail, dimensions.level, standard_title, language (expected for metadata, though not used in filename suffix anymore).
- Lang 'en': File 'dify-docs/plugin-dev-en/0222-tool-oauth.mdx' - Skipped (non-compliant):
Missing/empty critical frontmatter fields for renaming: dimensions.type.primary, dimensions.type.detail, dimensions.level, standard_title, language (expected for metadata, though not used in filename suffix anymore).
- Lang 'en': File 'dify-docs/plugin-dev-en/0222-trigger-plugin.mdx' - Skipped (non-compliant):
Missing/empty critical frontmatter fields for renaming: dimensions.type.primary, dimensions.type.detail, dimensions.level, standard_title, language (expected for metadata, though not used in filename suffix anymore).
- Lang 'ja': File 'dify-docs/plugin-dev-ja/0211-getting-started-dify-tool.mdx' - Renaming error: Unexpected error: 'str' object has no attribute 'get'
- Lang 'ja': File 'dify-docs/plugin-dev-ja/0222-datasource-plugin.mdx' - Skipped (non-compliant):
Missing/empty critical frontmatter fields for renaming: dimensions.type.primary, dimensions.type.detail, dimensions.level, standard_title, language (expected for metadata, though not used in filename suffix anymore).
- Lang 'ja': File 'dify-docs/plugin-dev-ja/0222-trigger-plugin.mdx' - Skipped (non-compliant):
Missing/empty critical frontmatter fields for renaming: dimensions.type.primary, dimensions.type.detail, dimensions.level, standard_title, language (expected for metadata, though not used in filename suffix anymore).

---------

Co-authored-by: Riskey <riskey47@dify.ai>
Co-authored-by: alterxyz <88554920+alterxyz@users.noreply.github.com>
2025-10-30 21:11:33 +08:00
Riskey
6ffdbd3f17 draft (#494)
Co-authored-by: Riskey <riskey47@dify.ai>
2025-10-30 17:28:02 +08:00
Hsiaoming Yang
397256d928 Remove pyenv from documentation (#477)
`uv` will automatically install the required python, `pyenv` is not needed.
2025-10-21 20:09:51 +08:00
lyzno1
129ee6bfc6 docs: update Node.js and package manager requirements in contribution guides (#436) 2025-10-21 20:09:44 +08:00
Koya Masuda
99f3366781 fix: correct "Github" to "GitHub" in multiple documents and update deprecation notices (#487)
Co-authored-by: Koya Masuda <71430401+koya-masuda@users.noreply.github.com>
2025-10-21 20:08:33 +08:00
Riskey
c785efaf69 updates 2025-10-11 11:43:18 +08:00
Riskey
c13c061be3 fix the blank zh pages and refine 2025-10-10 18:57:25 +08:00
Hanqing Zhao
273cc42f39 Modify knowledge pipeline 2025-09-26 18:23:03 +08:00
Chenhe Gu
b364830067 updates to RAG API (#463)
* Documentation edits made through Mintlify web editor

* Documentation edits made through Mintlify web editor

* Documentation edits made through Mintlify web editor

* Documentation edits made through Mintlify web editor

* Documentation edits made through Mintlify web editor
2025-09-11 21:10:24 +08:00
Chenhe Gu
185c08d863 Merge pull request #454 from langgenius/multi-credential/siqi
refine images and fix a broken link
2025-09-07 18:22:13 +09:00
Riskey
00fe4f7477 refine images and fix a broken link 2025-09-05 22:14:46 +08:00
lyzno1
95ace3d9af Add file-preview API to OpenAPI specifications (#435)
* feat(en): add file-preview API to OpenAPI specifications

- Add GET /files/{file_id}/preview endpoint to chat, chatflow, and workflow APIs
- Support file preview and download with as_attachment parameter
- Include proper error handling (400, 403, 404, 500)
- Update Files tag descriptions to include preview operations
- Maintain unique operationIds for each API type
- Align with existing API patterns and template specifications

Resolves: #389

* feat(ja-jp): add file-preview API to Japanese OpenAPI specifications

- Add GET /files/{file_id}/preview endpoint to chat, chatflow, and workflow APIs
- Use Japanese descriptions and maintain "Ja"/"Jp" operationId suffixes
- Support file preview and download with as_attachment parameter
- Include proper error handling with Japanese error messages
- Update Files tag descriptions to include preview operations
- Maintain consistency with existing Japanese API patterns

Related: #389

* feat(zh-hans): add file-preview API to Chinese OpenAPI specifications

- Add GET /files/{file_id}/preview endpoint to chat, chatflow, and workflow APIs
- Use Chinese descriptions and maintain "Cn" operationId suffixes
- Support file preview and download with as_attachment parameter
- Include proper error handling with Chinese error messages
- Update Files tag descriptions to include preview operations
- Maintain consistency with existing Chinese API patterns

Related: #389
2025-09-05 19:05:59 +08:00
alterxyz
3cd2be6ab4 Docs tools: Successfully completed 3 operations 2025-09-05 10:14:30 +00:00
Riskey
84255cf17e docs: multi-credential-management 2025-09-05 17:58:16 +08:00
Anne
9c99d0e19c Update DSL Naming Issue in RAG Doc(EN) (#444)
* Add knowledge pipeline page

* Add page knowledge orchestration

* Complete en & zh version for knowledge pipeline

* renew en. version of knowledge pipeline

* Complete Ch and Jp

* Modify styles

* Update create-knowledge-pipeline.mdx

RAG related updates: Change DSL into Pipeline.

* Update create-knowledge-pipeline.mdx

* Update create-knowledge-pipeline.mdx

---------

Co-authored-by: Hanqing Zhao <sherry9277@gmail.com>
2025-09-04 22:06:59 +08:00
Chenhe Gu
3bf117c4e8 Merge pull request #387 from langgenius/docs/boolean-object-input-support
docs: add boolean and object input type support to workflow nodes
2025-08-27 16:42:05 +09:00
Hanqing Zhao
c989005759 Merge pull request #419 from langgenius/code-fix-prompt-optimize-new
Code fix prompt optimize new
2025-08-27 13:45:19 +08:00
Chenhe Gu
03df16b8a8 Merge pull request #420 from langgenius/codex/write-documentation-for-dify-docs
docs: add Go to Anything guide
2025-08-22 19:10:10 +09:00
alterxyz
cbe50b1dea Docs tools: Successfully completed 3 operations 2025-08-18 09:43:11 +00:00
Yeuoly
69889e0760 docs: add Japanese Go to Anything guide 2025-08-18 17:42:58 +08:00
Cyber
080e071671 Changed the maximum number of team members from unlimited to 50 (JP Help Doc). 2025-08-18 14:21:11 +08:00
lyzno1
2398e4b9a5 Fix translation inconsistencies in contribution docs (#413) 2025-08-18 13:38:45 +08:00
Hanqing Zhao
58f849cb9d Update subscription-management.mdx 2025-08-17 18:09:36 +08:00
Hanqing Zhao
24f427eb8a Modify the value of the subscription plan 2025-08-17 18:07:35 +08:00
lyzno1
4023ab62eb fix: align Authorization and error response descriptions across all languages
- Update Authorization description to match other API files
- Add bearerFormat field for consistency
- Ensure FileError, FileTooLarge, UnsupportedFileType descriptions are aligned
- Maintain semantic consistency across English, Chinese, and Japanese versions

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-14 19:25:23 +08:00
lyzno1
e4b79b560c feat: add ja-jp/openapi_knowledge.json 2025-08-14 19:15:43 +08:00
Hanqing Zhao
dac32a40e0 Modify files' name 2025-08-13 15:33:58 +08:00
Nansike
14edb8b5f3 Add Japanese and English versions of gpt-oss deployment doc. 2025-08-13 12:20:41 +08:00
Chenhe Gu
168ddb5309 Merge pull request #374 from gdut-yy/fix/localai-examples-links
fix: change go-skynet/LocalAI to mudler/LocalAI-examples
2025-08-12 05:29:01 +09:00
Chenhe Gu
bf3e6c8004 Merge pull request #381 from tfia/refactor 2025-08-11 23:14:51 +09:00
Hanqing Zhao
7bcd5d1968 Add jp vers. and modify formation issue 2025-08-11 19:40:12 +08:00
Yeuoly
5f57303221 docs: add boolean and object input type support to workflow nodes
- Add checkbox (boolean) and object input types to start node documentation
- Update conversation variables to support boolean and array[boolean] types
- Add boolean-specific operators (is/is not) to if/else node documentation
- Add array[boolean] operators (contains/not contains/empty checks) to if/else node
- Update all three languages: English, Chinese (zh-hans), and Japanese (ja-jp)

This change aligns with the core data type expansion PRD for Boolean & Object support.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-06 23:17:02 +08:00
tfia
1965e32ed7 refactor: update embedding in websites guide (jp), add example 2025-08-05 22:49:13 +08:00
lyzno1
f0e71769a4 fix(ja-jp): establish strong dependency between transfer_method and file parameters
- Replace loose `oneOf` validation with strict conditional dependencies using `anyOf`
- `transfer_method: "remote_url"` now requires `url` and prohibits `upload_file_id`
- `transfer_method: "local_file"` now requires `upload_file_id` and prohibits `url`
- Applied same fix pattern as English version to all Japanese OpenAPI files
- Prevents invalid combinations like remote_url + upload_file_id

Fixed files:
- ja-jp/openapi_workflow.json (InputFileObjectWorkflowJp)
- ja-jp/openapi_chatflow.json (InputFileObjectJp)
- ja-jp/openapi_chat.json (BasicInputFileObjectJa)
- ja-jp/openapi_completion.json (InputFileObjectJp)
2025-08-05 20:25:55 +08:00
Hanqing Zhao
a60df2ee69 Update mcp.mdx 2025-08-01 16:42:59 +08:00
gdut-yy
7c15102db3 fix: change go-skynet/LocalAI to mudler/LocalAI-examples 2025-08-01 12:01:59 +08:00
Ali Saleh
b2f6ef28a1 feat: Update Docs For Phoenix Cloud Instance Setup Guide 2025-07-30 20:11:17 +05:00
QuantumGhost
ef08c70db6 docs: remove outdated cloud storage migration documentation
Remove documentation for cloud storage migration feature since the
corresponding implementation in PR langgenius/dify#9532 was not
merged into the main Dify codebase, making this documentation obsolete.
2025-07-30 21:03:50 +08:00
Chen Yefan
99a76c57c8 Fix: Generalize tool customization language in agent.mdx
- Change 'MCP Tools' to 'Tools' in section headers
- Update description text to be tool-agnostic
- Applied to all three language versions: en, zh-hans, ja-jp
- Only 6 lines changed across 3 files
2025-07-29 15:27:45 +08:00
Hanqing Zhao
859d5c6156 Merge pull request #359 from Gmasterzhangxinyang/main
mcp modify
2025-07-28 15:25:15 +08:00
crazywoola
333faf4744 Merge pull request #358 from langgenius/HanqingZ-patch-1
Update agent.mdx
2025-07-28 15:24:22 +08:00
Bobby Zhang
7028be4df7 Update agent.mdx 2025-07-28 15:21:49 +08:00