2025-03-07 08:24:53 +00:00
|
|
|
# v0.9.32, build 207 (2025-03-xx xx:xx UTC)
|
2025-03-08 08:56:21 +00:00
|
|
|
- Added the "Community & Code" section to the about page. It includes links to the GitHub repositories and the project website.
|
2025-03-08 10:14:20 +00:00
|
|
|
- Improved the ERI client to expect JSON responses and send JSON requests using camel case.
|
|
|
|
- Improved the ERI client to raise an error when the server responds with additional JSON data that is not expected.
|
|
|
|
- Improved the error handling in the ERI data source info dialog in cases where servers respond with an invalid message.
|
2025-03-08 12:56:38 +00:00
|
|
|
- Improved the error handling for the entire RAG process.
|
|
|
|
- Improved chat thread persistence after modifications through the RAG process.
|
|
|
|
- Improved the augmentation and generation part of RAG by passing the augmented data into the system prompt.
|
|
|
|
- Fixed the chat thread we use for the data retrieval by removing the last block, which is meant to be for the final AI answer.
|
2025-03-08 13:23:24 +00:00
|
|
|
- Fixed the data source name for ERI data sources when performing data retrieval.
|
2025-03-08 13:38:38 +00:00
|
|
|
- Fixed the default data source selection when replacing the current chat with a new one.
|
|
|
|
- Upgraded code dependencies.
|