Releases: aws-samples/qnabot-on-aws-plugin-samples
Releases · aws-samples/qnabot-on-aws-plugin-samples
v0.1.7
[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
[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
[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
[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
[0.1.3] - 2023-09-21
Added
- Added LLama-2-13b-Chat plugin - PR #5
v0.1.2
[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
[0.1.1] - 2023-08-08
Added
- Update default value for BedrockPreviewSdkUrl parameter in Amazon Bedrock plugin template
v0.1.0
[0.1.0] - 2023-07-27
Initial release