Added 0.17.2 release notes (#6028)

### What problem does this PR solve?



### Type of change

- [x] Documentation Update
This commit is contained in:
writinwaters
2025-03-13 15:59:58 +08:00
committed by GitHub
parent 4df4bf68a2
commit baf3b9be7c
2 changed files with 39 additions and 12 deletions

View File

@ -7,6 +7,33 @@ slug: /release_notes
Key features, improvements and bug fixes in the latest releases.
## v0.17.2
Released on March 13, 2025.
### Improvements
- Adds OpenAI-compatible APIs.
- Introduces a German user interface.
- Accelerates knowledge graph extraction.
- Enables Tavily-based web search in the **Retrieval** agent component.
- Adds Tongyi-Qianwen QwQ models (OpenAI-compatible).
- Supports CSV files in the **General** chunk method.
### Fixed issues
- Unable to add models via Ollama/Xinference, an issue introduced in v0.17.1.
### Related APIs
#### HTTP APIs
[Create chat completion](./references/http_api_reference.md#openai-compatible-api)
#### Python APIs
[Create chat completion](./references/python_api_reference.md#openai-compatible-api)
## v0.17.1
Released on March 11, 2025.