Browse Source

Doc: updated supported model name (#9343)

### What problem does this PR solve?


### Type of change

- [x] Documentation Update
tags/v0.20.2
writinwaters 2 months ago
parent
commit
597d88bf9a
No account linked to committer's email address
1 changed files with 4 additions and 4 deletions
  1. 4
    4
      docs/release_notes.md

+ 4
- 4
docs/release_notes.md View File



:::info :::info
Each RAGFlow release is available in two editions: Each RAGFlow release is available in two editions:
- **Slim edition**: excludes built-in embedding models and is identified by a **-slim** suffix added to the version name. Example: `infiniflow/ragflow:v0.19.1-slim`
- **Full edition**: includes built-in embedding models and has no suffix added to the version name. Example: `infiniflow/ragflow:v0.19.1`
- **Slim edition**: excludes built-in embedding models and is identified by a **-slim** suffix added to the version name. Example: `infiniflow/ragflow:v0.20.1-slim`
- **Full edition**: includes built-in embedding models and has no suffix added to the version name. Example: `infiniflow/ragflow:v0.20.1`
::: :::


:::danger IMPORTANT :::danger IMPORTANT


### Added Models ### Added Models


- ChatGPT 5
- GPT-5
- Claude 4.1 - Claude 4.1


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


- SQL Assistant Workflow: Empowers non-technical teams (e.g., operations, product) to independently query business data. - 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 Workflow: Lets users select a knowledge base to query during conversations. [#9325](https://github.com/infiniflow/ragflow/pull/9325)

Loading…
Cancel
Save