Added a graphrag guide (#4978)

### What problem does this PR solve?



### Type of change


- [x] Documentation Update
This commit is contained in:
writinwaters
2025-02-18 13:42:06 +08:00
committed by GitHub
parent d6ba4bd255
commit 3e0bc9e36b
8 changed files with 86 additions and 9 deletions

View File

@ -19,6 +19,7 @@ Released on February 6, 2025.
- New UI language: Portuguese.
- Allows setting metadata for a specific file in a knowledge base to support AI-powered chats.
- Upgrades RAGFlow's document engine [Infinity](https://github.com/infiniflow/infinity) to v0.6.0.dev3.
- Supports GPU acceleration for DeepDoc (see [docker-compose-gpu.yml](https://github.com/infiniflow/ragflow/blob/main/docker/docker-compose-gpu.yml)).
- Supports creating and referencing a **Tag** knowledge base as a key milestone towards bridging the semantic gap between query and response.
:::danger IMPORTANT
@ -96,7 +97,7 @@ Released on December 18, 2024.
### Improvements
- Upgrades the Document Layout Analysis model in Deepdoc.
- Upgrades the Document Layout Analysis model in DeepDoc.
- Significantly enhances the retrieval performance when using [Infinity](https://github.com/infiniflow/infinity) as document engine.
### Related APIs