mirror of
https://github.com/langgenius/dify-docs.git
synced 2026-03-26 13:18:34 +07:00
* 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>
20 lines
1.7 KiB
Plaintext
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).| |