You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
[6.1.0] - 2024-08-29
Added
Integration with Guardrails for Amazon Bedrock and Amazon Bedrock Knowledge Base Integration (see documentation)
Ability to customize prompt template for RAG using Amazon Bedrock Knowledge Base through setting KNOWLEDGE_BASE_PROMPT_TEMPLATE (see documentation).
Ability to customize inference parameters for LLM specified in BedrockKnowledgeBaseModel inference parameters for BedrockKnowledgeBaseModel through setting KNOWLEDGE_BASE_MODEL_PARAMS (see documentation)
Ability to customize search type (e.g. SEMANTIC orHYBRID) for how data sources in the knowledge base are queried through setting KNOWLEDGE_BASE_SEARCH_TYPE (see documentation)
Ability to customize metadata and filters for RAG using Amazon Bedrock Knowledge through setting KNOWLEDGE_BASE_METADATA_FILTERS (see documentation)
Added an option to specify the retention period for log groups through cloudformation parameter LogRetentionPeriod
Anonymized operational metrics for some designer settings
Changed
Improved fault tolerance of Testall, Export, Import functionalities and added ContentDesignerOutputBucket
Added Amazon Titan Text Embeddings V2 as an additional option to the list of embedding models provided through cloudformation parameter EmbeddingsBedrockModelId
Added Amazon Titan Text Premier as an additional option to the list LLM models provided through cloudformation parameters LLMBedrockModelId and BedrockKnowledgeBaseModel. Issue 746
Changed Sagemaker LLM image to latest
Changed CustomQnABotSettings parameter store to Advanced Tier to accommodate storing additional custom settings
Removed
Removed Amazon Lex V1 resources
Removed Canvas LMS integration
Fixed
Fixed import settings in content designer for double byte characters
Fixed an edge case where the Knowledge Base could return a context starting with # characters, causing font differences in the returned text due to Markdown formatting
Fixed session attribute qnabot_gotanswer not being set to true after receiving hits from Knowledge Base