Docs: Initial editorial pass to MCP server (#7359)

### What problem does this PR solve?


### Type of change

- [x] Documentation Update
This commit is contained in:
writinwaters
2025-05-07 19:40:45 +08:00
committed by GitHub
parent 9849230a04
commit 87317bcfc4
20 changed files with 238 additions and 254 deletions

View File

@ -83,7 +83,7 @@ This toggle sets whether to cite the original text as reference.
:::tip NOTE
This feature is applicable *only* when the original documents are uploaded to a knowledge base and have finished file parsing.
This feature applies *only* after the original documents have been uploaded to the corresponding knowledge base(s) and file parsing is complete.
:::
### Message window size

View File

@ -89,4 +89,8 @@ Nope. The knowledge graph does *not* automatically update *until* a newly upload
### How to remove a generated knowledge graph?
To remove the generated knowledge graph, delete all related files in your knowledge base. Although the **Knowledge graph** entry will still be visible, the graph has actually been deleted.
To remove the generated knowledge graph, delete all related files in your knowledge base. Although the **Knowledge graph** entry will still be visible, the graph has actually been deleted.
### Where is the created knowledge graph stored?
All chunks of the created knowledge graph are stored in RAGFlow's document engine: either Elasticsearch or [Infinity](https://github.com/infiniflow/infinity).

View File

@ -1,5 +1,5 @@
---
sidebar_position: 3
sidebar_position: 5
slug: /share_agent
---

View File

@ -0,0 +1,8 @@
---
sidebar_position: 4
slug: /share_chat_assistant
---
# Share chat assistant
Sharing chat assistant is currently exclusive to RAGFlow Enterprise, but will be made available in due course.

View File

@ -1,8 +1,8 @@
---
sidebar_position: 3
sidebar_position: 6
slug: /share_model
---
# Share models
Sharing models is available only on RAGFlow Enterprise!
Sharing models is currently exclusive to RAGFlow Enterprise.