mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-08 20:42:30 +08:00
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:
@ -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
|
||||
|
||||
@ -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).
|
||||
@ -1,5 +1,5 @@
|
||||
---
|
||||
sidebar_position: 3
|
||||
sidebar_position: 5
|
||||
slug: /share_agent
|
||||
---
|
||||
|
||||
|
||||
8
docs/guides/team/share_chat_assistant.md
Normal file
8
docs/guides/team/share_chat_assistant.md
Normal 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.
|
||||
@ -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.
|
||||
Reference in New Issue
Block a user