mirror of
https://github.com/langgenius/dify-docs.git
synced 2026-03-27 13:28:32 +07:00
* 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>
50 lines
2.0 KiB
Plaintext
50 lines
2.0 KiB
Plaintext
---
|
|
title: "Step 3: Publish Knowledge Pipeline"
|
|
---
|
|
|
|
After completing pipeline orchestration and debugging, click **Publish** and **Confirm** in the pop-up window.
|
|
|
|
<div style={{display: 'flex', flexWrap: 'wrap', gap: '30px'}}>
|
|
<div style={{flex: 1, minWidth: '200px'}}>
|
|

|
|
</div>
|
|
<div style={{flex: 2, minWidth: '300px'}}>
|
|

|
|
</div>
|
|
</div>
|
|
|
|
<Warning>
|
|
Important reminder: Once published, the chunk structure cannot be modified.
|
|
</Warning>
|
|
|
|
<div style={{display: 'flex', flexWrap: 'wrap', gap: '30px'}}>
|
|
<div style={{flex: 2, minWidth: '200px'}}>
|
|

|
|
</div>
|
|
<div style={{flex: 3, minWidth: '300px'}}>
|
|
Once it is published, you can:<br/><br/>
|
|
|
|
**Add Documents (Go to add documents)**
|
|
Click this option to jump to the knowledge base data source selection interface, where you can directly upload documents.<br/><br/>
|
|
|
|
**Access API (Access API Reference)**
|
|
Go to the API documentation page where you can get the knowledge base API calling methods and instructions.<br/><br/>
|
|
|
|
**Publish as a Knowledge Pipeline**
|
|
you can optionally use **Publish as a Knowledge Pipeline** to save it as a reusable template that will appear in the Customized section for future use.
|
|
</div>
|
|
</div>
|
|
|
|
<Warning>
|
|
Limitation: **Publish as a Knowledge Pipeline** is not available in Sandbox plan. To save and publish as a knowledge pipeline, please [upgrade](https://dify.ai/pricing) to professional or team plans.
|
|
</Warning>
|
|
|
|
{/*
|
|
Contributing Section
|
|
DO NOT edit this section!
|
|
It will be automatically generated by the script.
|
|
*/}
|
|
|
|
---
|
|
|
|
[Edit this page](https://github.com/langgenius/dify-docs/edit/main/en/guides/knowledge-base/knowledge-pipeline/publish-knowledge-pipeline.mdx) | [Report an issue](https://github.com/langgenius/dify-docs/issues/new?template=docs.yml) |