Miscellaneous updates (#3942)

### What problem does this PR solve?



### Type of change


- [x] Documentation Update

---------

Co-authored-by: Zhichang Yu <yuzhichang@gmail.com>
This commit is contained in:
writinwaters
2024-12-10 10:19:50 +08:00
committed by GitHub
parent 7a6bf4326e
commit 3e134ac0ad
10 changed files with 41 additions and 35 deletions

View File

@ -77,7 +77,7 @@ The [.env](https://github.com/infiniflow/ragflow/blob/main/docker/.env) file con
- `MINIO_USER`
The username for MinIO.
- `MINIO_PASSWORD`
The password for MinIO. accordingly.
The password for MinIO.
### Redis

View File

@ -1,4 +1,4 @@
from sdk.python.ragflow_sdk import Agentfrom docutils.nodes import titlefrom sdk.python.ragflow_sdk import Agent---
---
sidebar_position: 2
slug: /python_api_reference
---

View File

@ -5,7 +5,25 @@ slug: /release_notes
# Release notes
Key features and improvements in the latest releases.
Key features, improvements and bug fixes in the latest releases.
## v0.14.1
Released on November 29, 2024.
### Improvements
Adds [Infinity's configuration file](https://github.com/infiniflow/ragflow/blob/main/docker/infinity_conf.toml) to facilitate integration and customization of Infinity as a document engine. From this release onwards, updates to Infinity's configuration can be made directly within RAGFlow and will take effect immediately after restarting RAGFlow using `docker compose`. [#3715](https://github.com/infiniflow/ragflow/pull/3715)
### Fixed issues
This release fixes the following issues:
- Unable to display or edit content of a chunk after clicking it.
- A `'Not found'` error in Elasticsearch.
- Chinese text becoming garbled during parsing.
- A compatibility issue with Polars.
- A compatibility issue between Infinity and GraphRAG.
## v0.14.0