Skip to content

Releases: aws-samples/qnabot-on-aws-plugin-samples

v0.1.17

11 Jul 12:16
Compare
Choose a tag to compare

[0.1.17] - 2024-07-10

Added

  • Amazon Q Business Expert plugin now supports Identity Center authentication - PR #30

v0.1.16

02 Jul 19:53
Compare
Choose a tag to compare

[0.1.16] - 2024-07-02

Added

  • Amazon Bedrock LLM plugin now supports anthropic.claude-3-haiku model - PR #28.

v0.1.15

07 Mar 17:32
Compare
Choose a tag to compare

[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

22 Dec 16:43
Compare
Choose a tag to compare

[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

07 Dec 15:29
Compare
Choose a tag to compare

[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

30 Nov 17:04
3a2ed33
Compare
Choose a tag to compare

[0.1.12] - 2023-11-29

Added

v0.1.11

07 Nov 22:16
Compare
Choose a tag to compare

[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

27 Oct 22:26
Compare
Choose a tag to compare

[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

26 Oct 19:49
Compare
Choose a tag to compare

[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

10 Oct 22:00
Compare
Choose a tag to compare

[0.1.8] - 2023-10-10

Added

  • Added Mistral 7b Instruct LLM - PR #10