Browse Source

Docs: Miscellaneous editorial updates (#8430)

### What problem does this PR solve?


### Type of change

- [x] Documentation Update
tags/v0.20.0
writinwaters 4 months ago
parent
commit
e9c6891e24
No account linked to committer's email address
2 changed files with 5 additions and 0 deletions
  1. 4
    0
      docs/guides/upgrade_ragflow.mdx
  2. 1
    0
      docs/release_notes.md

+ 4
- 0
docs/guides/upgrade_ragflow.mdx View File



## Frequently asked questions ## Frequently asked questions


### Do I need to back up my knowledge bases before upgrading RAGFlow?

No, you do not need to. Upgrading RAGFlow in itself will *not* remove your uploaded data or knowledge base settings. However, be aware that `docker compose -f docker/docker-compose.yml down -v` will remove Docker container volumes, resulting in data loss.

### Upgrade RAGFlow in an offline environment (without Internet access) ### Upgrade RAGFlow in an offline environment (without Internet access)


1. From an environment with Internet access, pull the required Docker image. 1. From an environment with Internet access, pull the required Docker image.

+ 1
- 0
docs/release_notes.md View File

### Fixed issues ### Fixed issues


- A memory leak issue during high-concurrency requests. - A memory leak issue during high-concurrency requests.
- Large file parsing freezes when GraphRAG entity resolution is enabled. [#8223](https://github.com/infiniflow/ragflow/pull/8223)
- A context error occurring when using Sandbox in standalone mode. [#8340](https://github.com/infiniflow/ragflow/pull/8340) - A context error occurring when using Sandbox in standalone mode. [#8340](https://github.com/infiniflow/ragflow/pull/8340)
- An excessive CPU usage issue caused by Ollama. [#8216](https://github.com/infiniflow/ragflow/pull/8216) - An excessive CPU usage issue caused by Ollama. [#8216](https://github.com/infiniflow/ragflow/pull/8216)
- A bug in the Code Component. [#7949](https://github.com/infiniflow/ragflow/pull/7949) - A bug in the Code Component. [#7949](https://github.com/infiniflow/ragflow/pull/7949)

Loading…
Cancel
Save