Skip to content

Upgrade to version v3.0.0 #190

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
May 29, 2025
Merged

Upgrade to version v3.0.0 #190

merged 2 commits into from
May 29, 2025

Conversation

tabdunabi
Copy link
Member

Added

  • Feedback collection mechanism for LLM chat responses with positive/negative feedback, feedback categories and reason.
  • Support for Bedrock Converse APIs for improved model support.
  • Support for all Amazon Bedrock models through the use of model IDs or inference profiles.
  • Use case details API to retrieve deployment information.
  • Bedrock token usage, stop reason and feedback metrics in CloudWatch dashboard.
  • Friendly names and descriptions on model selection UI.
  • Streaming support for Agent UseCases.

Changed

  • Chat UI with a New/Refreshed look and enhanced error handling.
  • Python runtime from 3.12 to Python 3.13.
  • Use Case ID to expect a full 36-character UUID.
  • Prompt step for Bedrock model provider to require system prompt without {input} and {history} placeholders as a result of switching to Converse APIs. {context} placeholder is still required for RAG use cases.

Fixed

  • Bug where documents returned from Bedrock knowledge bases without a title were not properly displayed in the UI.

supreetkt and others added 2 commits May 29, 2025 12:04
### Added

- Feedback collection mechanism for LLM chat responses with positive/negative feedback, feedback categories and reason.
- Support for Bedrock Converse APIs for improved model support.
- Support for all Amazon Bedrock models through the use of model IDs or inference profiles.
- Use case details API to retrieve deployment information.
- Bedrock token usage, stop reason and feedback metrics in CloudWatch dashboard.
- Friendly names and descriptions on model selection UI.
- Streaming support for Agent UseCases.

### Changed

- Chat UI with a New/Refreshed look and enhanced error handling.
- Python runtime from 3.12 to Python 3.13.
- Use Case ID to expect a full 36-character UUID.
- Prompt step for Bedrock model provider to require system prompt without {input} and {history} placeholders as a result of switching to Converse APIs. {context} placeholder is still required for RAG use cases.

### Fixed

- Bug where documents returned from Bedrock knowledge bases without a title were not properly displayed in the UI.
@tabdunabi tabdunabi requested review from supreetkt and OmarRad May 29, 2025 16:38
@tabdunabi tabdunabi merged commit 61f987a into main May 29, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants