-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
66 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# Release Notes for v0.2.0 | ||
|
||
## Improvements | ||
|
||
- Added an end-to-end test flow after releasing new versions to enhance system robustness. | ||
- Optimized the UI during answer retrieval to provide better feedback on current processes. | ||
- Support for connecting to Self-Managed TiDB clusters that also have vector search capabilities. | ||
- Integrated support for the BaiSheng reranker. | ||
|
||
## Bug Fixes | ||
|
||
- Fixed an issue when creating synopsis entity nodes. | ||
- Fix the delete button in LLM/Reranker list page. | ||
- Fixed a SiteSetting cache issue that prevented proper synchronization across processes. | ||
|
||
|
||
If you are deploying tidb.ai using docker, please refer to this [document](https://tidb.ai/docs/deploy-with-docker#upgrade) for upgrading your tidb.ai. |