Releases: aws-samples/qnabot-on-aws-plugin-samples
Releases · aws-samples/qnabot-on-aws-plugin-samples
v0.1.17
[0.1.17] - 2024-07-10
Added
- Amazon Q Business Expert plugin now supports Identity Center authentication - PR #30
v0.1.16
[0.1.16] - 2024-07-02
Added
- Amazon Bedrock LLM plugin now supports anthropic.claude-3-haiku model - PR #28.
v0.1.15
[0.1.15] - 2024-03-07
Added
- Amazon Bedrock LLM plugin now supports anthropic.claude-3-sonnet model, and deprecates anthropic.claude-v1 - PR #26 & PR #27.
v0.1.14
[0.1.14] - 2023-12-22
Added
- Amazon Q Business Expert plugin now suports optional file attachments via Lex Web UI (v0.20.4) attach option and the new userFileUpload session attribute - PR #23.
v0.1.13
[0.1.13] - 2023-12-06
Added
- Bedrock plugin updates to support new text models - #22
- amazon.titan-text-lite-v1
- anthropic.claude-v2:1
- cohere.command-text-v14
- cohere.command-light-text-v14
- meta.llama2-13b-chat-v1
- meta.llama2-70b-chat-v1
v0.1.12
[0.1.12] - 2023-11-29
Added
v0.1.11
[0.1.11] - 2023-11-07
Fixed
- Error in Bedrock QnABotSettingQAPromptTemplate output - prompt does not terminate with '\n\nAssistant:` and generates error from Bedrock - #13
v0.1.10
[0.1.10] - 2023-10-27
Fixed
- Prompt bug: question not denoted by an XML tag, so LLM gets confused about what it's answering - PR #13
- Upgrade issue in BedrockBoto3Layer due to bedrock boto3 zip - PR #16
v0.1.9
[0.1.9] - 2023-10-26
Added
- Added Amazon Bedrock support for configuring LLM as a fallback source of answers, using Lambda hooks with CustomNoMatches/no_hits - PR #11
v0.1.8
[0.1.8] - 2023-10-10
Added
- Added Mistral 7b Instruct LLM - PR #10