Docs: Miscellaneous updates. (#9506)

### What problem does this PR solve?

### Type of change

- [x] Documentation Update
This commit is contained in:
writinwaters
2025-08-15 18:10:11 +08:00
committed by GitHub
parent ffc095bd50
commit 3b50688228
3 changed files with 50 additions and 20 deletions

View File

@ -22,6 +22,36 @@ The embedding models included in a full edition are:
These two embedding models are optimized specifically for English and Chinese, so performance may be compromised if you use them to embed documents in other languages.
:::
## v0.20.2 (Ongoing🔨)
Released on August ??, 2025.
### Improvements
- Revamps the user interface for the **Datasets**, **Chat**, and **Search** pages.
- Search: Supports creating search apps tailored to various business scenarios
- Chat: Supports comparing answer performance of up to three chat model settings on a single **Chat** page.
- Agent:
- Implements a toggle in the **Agent** component to enable or disable citation.
- Introduces a drag-and-drop method for creating components.
- Documentation: Corrects inaccuracies in the API reference.
### New Agent templates
- Report Agent: A template for generating summary reports in internal question-answering scenarios, supporting the display of tables and formulae. [#9427](https://github.com/infiniflow/ragflow/pull/9427)
### Fixed issues
- Predefined opening greeting in the **Agent** component was missing during conversations.
- An automatic line break issue in the prompt editor.
- A memory leak issue caused by PyPDF. [#9469](https://github.com/infiniflow/ragflow/pull/9469)
### API changes
#### Deprecated
[Create session with agent](./references/http_api_reference.md#create-session-with-agent)
## v0.20.1
Released on August 8, 2025.
@ -182,7 +212,7 @@ From this release onwards, if you still see RAGFlow's responses being cut short
- Unable to add models via Ollama/Xinference, an issue introduced in v0.17.1.
### Related APIs
### API changes
#### HTTP APIs
@ -243,7 +273,7 @@ The following is a screenshot of a conversation that integrates Deep Research:
![Image](https://github.com/user-attachments/assets/165b88ff-1f5d-4fb8-90e2-c836b25e32e9)
### Related APIs
### API changes
#### HTTP APIs
@ -318,7 +348,7 @@ This release fixes the following issues:
- Using the **Table** parsing method results in information loss.
- Miscellaneous API issues.
### Related APIs
### API changes
#### HTTP APIs
@ -354,7 +384,7 @@ Released on December 18, 2024.
- 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
### API changes
#### HTTP APIs
@ -411,7 +441,7 @@ This approach eliminates the need to manually update **service_config.yaml** aft
Ensure that you [upgrade **both** your code **and** Docker image to this release](https://ragflow.io/docs/dev/upgrade_ragflow#upgrade-ragflow-to-the-most-recent-officially-published-release) before trying this new approach.
:::
### Related APIs
### API changes
#### HTTP APIs
@ -570,7 +600,7 @@ While we also test RAGFlow on ARM64 platforms, we do not maintain RAGFlow Docker
If you are on an ARM platform, follow [this guide](./develop/build_docker_image.mdx) to build a RAGFlow Docker image.
:::
### Related APIs
### API changes
#### HTTP API
@ -591,7 +621,7 @@ Released on May 21, 2024.
- Supports monitoring of system components, including Elasticsearch, MySQL, Redis, and MinIO.
- Supports disabling **Layout Recognition** in the GENERAL chunking method to reduce file chunking time.
### Related APIs
### API changes
#### HTTP API