mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-08 20:42:30 +08:00
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:
@ -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
|
||||
|
||||
|
||||
@ -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
|
||||
---
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user