Commit Graph

24 Commits

Author SHA1 Message Date
Riskey
994ed1c8b1 refactor index method docs 2025-11-26 17:53:58 +08:00
Riskey
9f1c4a6f9e refactor quick create knowledge overview, import local file, sync from notion, and sync from websites 2025-11-26 14:58:16 +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
de587fb570 Add data source plugin dev docs (#474) 2025-09-30 21:07:13 +08:00
Hanqing Zhao
273cc42f39 Modify knowledge pipeline 2025-09-26 18:23:03 +08:00
alterxyz
3cd2be6ab4 Docs tools: Successfully completed 3 operations 2025-09-05 10:14:30 +00: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
Alter-xyz
92cd35799a chore: apply new issues button 2025-07-16 16:42:34 +08:00
Alter-xyz
9d659d0924 doc 2025-06-13 18:12:46 +08:00
AllenWriter
0f218b29df Fix: modify the page's automatic contribution feature 2025-06-03 11:06:43 +08:00
AllenWriter
ec34e552c8 Docs: fix error url 2025-05-29 11:21:19 +08:00
Jing Y.
3564ea9615 Merge pull request #110 from vatsaldrc/patch-1
Update introduction.mdx
2025-05-21 14:39:54 +08:00
Jing Y.
be72b798e1 docs: metadata-api-term-changes 2025-05-21 11:58:58 +08:00
vatsaldrc
87e554265d Update introduction.mdx
There was typo in chunk word
2025-05-19 16:18:28 +05:30
Alter-xyz
34c89359db chore: contributing in page 2025-05-12 02:41:59 +08:00
AllenWriter
ca6f0c360c Docs: recovery readme 2025-05-06 18:36:10 +08:00
AllenWriter
744b986d42 Fix: modify error link 2025-05-05 21:32:30 +08:00
Alter-xyz
cb1908e0ae feat!: edit and feedback button(card) 2025-05-04 02:50:25 +08:00
AllenWriter
f1545f5101 Feat: add view option 2025-04-30 16:10:05 +08:00
AllenWriter
9e4bdf75dd Fix: error docs links 2025-04-29 14:35:07 +08:00
AllenWriter
a7ea54c282 Docs: sync content from original repo 2025-04-28 16:12:04 +08:00
AllenWriter
6f82ad304b Docs: sync docs 4.22 2025-04-23 10:38:13 +08:00
AllenWriter
47b83b43d0 Docs: update en docs link 2025-03-26 18:35:34 +08:00
AllenWriter
5e6924c7ec Feat: update jp docs 2025-03-21 20:15:22 +08:00