Skip to content

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

v0.1.7

05 Oct 14:33
Compare
Choose a tag to compare

[0.1.7] - 2023-10-05

Fixed

  • Bedrock embeddings function now strips any leading or trailing whitespace from input strings before generating embeddings to avoid whitespace affecting accuracy.

v0.1.6

02 Oct 18:49
Compare
Choose a tag to compare

[0.1.6] - 2023-10-03

Fixed

  • Test that Bedrock service and selected models are available in account during stack create/update to avoid downstream failures.

v0.1.5

30 Sep 18:51
Compare
Choose a tag to compare

[0.1.5] - 2023-09-30

Fixed

  • Bedrock Plugin: Increased default EMBEDDINGS_SCORE_THRESHOLD to reduce poor quality QnA matches
  • Bedrock Plugin: Fix typo in QA_PROMPT_TEMPLATE

v0.1.4

28 Sep 22:01
Compare
Choose a tag to compare

[0.1.4] - 2023-09-28

Added

  • Remove preview Bedrock sdk extensions
  • Update to Bedrock GA model identifiers
  • Update to bedrock-runtime endpoints/service name
  • Use latest Titan embeddings model
  • Add EmbeddingsLambdaDimensions to Bedrock plugin stack outputs
  • Add new Lambda Hook function to AI21 Plugin (others coming later)

v0.1.3

21 Sep 22:15
Compare
Choose a tag to compare

[0.1.3] - 2023-09-21

Added

  • Added LLama-2-13b-Chat plugin - PR #5

v0.1.2

10 Aug 19:20
Compare
Choose a tag to compare

[0.1.2] - 2023-08-10

Added

  • Minor template updates to resolve Cfn nag messages
  • Add template URLs to README to use for existing stack updates to latest version

v0.1.1

08 Aug 21:21
Compare
Choose a tag to compare

[0.1.1] - 2023-08-08

Added

  • Update default value for BedrockPreviewSdkUrl parameter in Amazon Bedrock plugin template

v0.1.0

28 Jul 11:59
Compare
Choose a tag to compare

[0.1.0] - 2023-07-27

Initial release