Files
dify-docs/en/use-dify/knowledge/manage-knowledge/introduction.mdx
Riskey 567e7e0068 Add content related to summary index (#678)
* draft: add content related to summary index

* refine the chunking configurations page

* Revise based on hands-on testing

* Apply suggestions from code review

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Fix formatting for URL and email removal section

---------

Co-authored-by: Riskey <riskey47@dify.ai>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-02-03 21:39:42 +08:00

20 lines
1.7 KiB
Plaintext

---
title: Manage Knowledge Settings
sidebarTitle: Manage Settings
---
<Info>
Only the workspace owner, administrators, and editors can modify the knowledge base settings.
</Info>
In a knowledge base, click the **Settings** icon in the left sidebar to enter its settings page.
| Settings | Description |
|:----------------------- |:---------------------|
| Name & Icon | Identifies the knowledge base.|
| Description | Indicates the knowledge base's purpose and content.|
| Permissions | Defines which workspace members can access the knowledge base.<Note>Members granted access to a knowledge base have all the permissions listed in [Manage Knowledge Content](/en/use-dify/knowledge/manage-knowledge/maintain-knowledge-documents).</Note>|
| Index Method | Defines how document chunks are processed and organized for retrieval. For more details, see [Select the Index Method](/en/use-dify/knowledge/create-knowledge/setting-indexing-methods#select-the-index-method).|
| Embedding Model | Specifies the embedding model used to convert document chunks into vector representations.<Info>Changing the embedding model will re-embed all chunks.</Info>|
| Summary Auto-Gen | Automatically generate summaries for document chunks.<Info>Once enabled, this only applies to newly added documents and chunks. For existing chunks, select the document(s) in the document list and click **Generate summary**.</Info>|
| Retrieval Settings | Defines how the knowledge base retrieves relevant content. For more details, see [Configure the Retrieval Settings](/en/use-dify/knowledge/create-knowledge/setting-indexing-methods#configure-the-retrieval-settings).|