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

@ -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).