Commit Graph

539 Commits

Author SHA1 Message Date
rishiraj
4c24469f11 Merge branch 'main' into main 2025-08-13 20:45:01 +05:30
Hanqing Zhao
8a70011687 Merge pull request #399 from NanSike/today-docs
Today docs
2025-08-13 15:34:54 +08:00
Hanqing Zhao
dac32a40e0 Modify files' name 2025-08-13 15:33:58 +08:00
Hanqing Zhao
5ec3060576 Merge pull request #398 from NanSike/today-docs
Add Japanese and English versions of gpt-oss deployment doc.
2025-08-13 14:52:46 +08:00
Nansike
0bab2ead93 Add Chinese document 2025-08-13 14:25:34 +08:00
Nansike
14edb8b5f3 Add Japanese and English versions of gpt-oss deployment doc. 2025-08-13 12:20:41 +08:00
Chenhe Gu
7758d82598 Add tool oauth dev doc (#395) 2025-08-11 16:52:00 -07: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
40b8a1f94e Merge pull request #383 from dkjkls/patch-1 2025-08-11 23:15:46 +09:00
Chenhe Gu
bf3e6c8004 Merge pull request #381 from tfia/refactor 2025-08-11 23:14:51 +09:00
Chenhe Gu
3681d11e55 Merge pull request #392 from trywong/patch-1 2025-08-11 23:08:40 +09:00
Xiaoer Wang
67fd81b593 Update introduction.mdx
delete a whitespace
2025-08-11 16:25:06 +08:00
Rishiraj1719
b1cd964e8f docs add truefoundry.mdx 2025-08-07 15:42:29 +05:30
KaijunDu
134a3aa2be Update readme.mdx
生产阶段内容多一个字
2025-08-06 14:28:42 +08:00
tfia
1965e32ed7 refactor: update embedding in websites guide (jp), add example 2025-08-05 22:49:13 +08:00
tfia
3ad0ed828a fix: redundant title 2025-08-05 22:37:29 +08:00
crazywoola
856db68be5 Merge pull request #380 from jeremy-feng/fix-chinese-punctuation
Docs: fix Chinese punctuation
2025-08-05 06:58:51 -07:00
crazywoola
1ed4f1f4dc Merge pull request #382 from lyzno1/fix/issue-344-file-transfer-dependency
fix: establish strong dependency between transfer_method and file parameters
2025-08-05 06:57:17 -07: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
lyzno1
bacfe4d5f8 fix(zh-hans): 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 Chinese OpenAPI files
- Prevents invalid combinations like remote_url + upload_file_id

Fixed files:
- zh-hans/openapi_workflow.json (InputFileObjectWorkflowCn)
- zh-hans/openapi_chatflow.json (InputFileObjectCn)
- zh-hans/openapi_chat.json (BasicInputFileObjectCn)
- zh-hans/openapi_completion.json (InputFileObject)
2025-08-05 20:23:55 +08:00
lyzno1
3a7c36a527 fix: establish strong dependency between transfer_method and file parameters
Fixes #344

- 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`
- Aligns OpenAPI schema with documentation requirements in template_workflow.en.mdx
- Uses OpenAPI 3.0.1 compatible syntax instead of JSON Schema Draft 7 features
- Prevents invalid combinations like remote_url + upload_file_id
2025-08-05 20:18:08 +08:00
tfia
39f92b9ed3 refactor: update embedding in websites guide (en), add example 2025-08-05 18:18:04 +08:00
tfia
0e30663ebb refactor: update embedding in websites guide (zh), add example 2025-08-05 18:14:11 +08:00
Jeremy Feng
d68c4a94b0 Docs: fix Chinese punctuation 2025-08-05 14:08:48 +08:00
Hanqing Zhao
a36585a214 Merge pull request #375 from HanqingZ/main
Update mcp.mdx
2025-08-01 16:47:23 +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
Alter-xyz
44aefe8a6c Merge pull request #355 from lyzno1/feat/add-dataset-en-docs
feat: add knowledge api docs (en version)
2025-08-01 03:45:55 +08:00
Chenhe Gu
32f764995c Merge pull request #370 from ialisaleh/feat/phoenix-cloud-docs
feat: Update Docs For Phoenix Cloud Instance Setup Guide
2025-07-31 07:58:58 +09:00
Ali Saleh
b2f6ef28a1 feat: Update Docs For Phoenix Cloud Instance Setup Guide 2025-07-30 20:11:17 +05:00
crazywoola
d1b74fdfa9 Merge pull request #369 from QuantumGhost/main
docs: remove outdated cloud storage migration documentation
2025-07-30 21:10:18 +08: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
Chenhe Gu
244530af29 Merge pull request #364 from Yevanchen/clean-agent-fix
Fix: Generalize tool customization language in agent.mdx
2025-07-30 14:54:51 +09:00
Chenhe Gu
ac1d6ee981 Merge pull request #366 from madfozjer/patch-1
issue #23119 in langgenius/dify
2025-07-30 14:53:41 +09:00
dima carewski
74c26730b4 issue #23119 in langgenius/dify
fixed simple link issue
2025-07-29 14:24:47 +02: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
280e23f302 Update agent.mdx 2025-07-28 15:22:52 +08:00
Bobby Zhang
7028be4df7 Update agent.mdx 2025-07-28 15:21:49 +08:00
Bobby Zhang
287b3b8863 Update agent.mdx 2025-07-28 15:20:49 +08:00
Hanqing Zhao
808b644278 Update agent.mdx
Update images url
2025-07-28 15:11:30 +08:00
Hanqing Zhao
e712ebd239 Merge pull request #357 from Gmasterzhangxinyang/main
mcp
2025-07-28 15:08:28 +08:00
Hanqing Zhao
fb53a9d9d4 Update agent.mdx 2025-07-28 15:07:28 +08:00
crazywoola
db9149c4c0 Merge pull request #356 from langgenius/jp-modify-agent-image
Update agent.mdx
2025-07-28 14:50:44 +08:00
Hanqing Zhao
bb17dcc880 Update agent.mdx 2025-07-28 14:27:47 +08:00
Bobby Zhang
3cf20ac028 Update agent.mdx 2025-07-28 14:01:20 +08:00
Bobby Zhang
4d810dacd9 Update agent.mdx 2025-07-28 13:54:47 +08:00
Bobby Zhang
70685fb0f3 Update agent.mdx 2025-07-28 13:42:04 +08:00
lyzno1
0acba36c1b feat: add knowledge api docs (en version) 2025-07-26 15:49:34 +08:00