瀏覽代碼

Docs: v0.20.1 release notes (#9331)

### What problem does this PR solve?



### Type of change


- [x] Documentation Update
tags/v0.20.1
writinwaters 2 月之前
父節點
當前提交
4a3871090d
沒有連結到貢獻者的電子郵件帳戶。
共有 2 個檔案被更改,包括 28 行新增2 行删除
  1. 2
    2
      docs/guides/agent/agent_component_reference/agent.mdx
  2. 26
    0
      docs/release_notes.md

+ 2
- 2
docs/guides/agent/agent_component_reference/agent.mdx 查看文件

@@ -92,10 +92,10 @@ The waiting period in seconds that the agent observes before retrying a failed t

### Max rounds

Defines the maximum number reflection rounds of the selected chat model. Defaults to 5 rounds.
Defines the maximum number reflection rounds of the selected chat model. Defaults to 1 round.

:::tip NOTE
You can set the value to 1 to shorten your agent's response time.
Increasing this value will significantly extend your agent's response time.
:::

### Output

+ 26
- 0
docs/release_notes.md 查看文件

@@ -22,6 +22,32 @@ 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.1

Released on August 8, 2025.

### New Features

- The **Retrieval** component now supports the dynamic specification of knowledge base names using variables.
- The user interface now includes a French language option.

### Added Models

- ChatGPT 5
- Claude 4.1

### New agent Templates (both workflow and agentic)

- SQL Assistant Workflow: Empowers non-technical teams (e.g., operations, product) to independently query business data.
- Choose Your Knowledge Base Workflow: Lets users select a knowledge base to query during conversations. [#9325](https://github.com/infiniflow/ragflow/pull/9325)
- Choose Your Knowledge Base Agent: Delivers higher-quality responses with extended reasoning time, suited for complex queries. [#9325](https://github.com/infiniflow/ragflow/pull/9325)

### Fixed Issues

- The **Agent** component was unable to invoke models installed via vLLM.
- Agents could not be shared with the team.
- Embedding an Agent into a webpage was not functioning properly.

## v0.20.0

Released on August 4, 2025.

Loading…
取消
儲存