Skip to content

v6.1.0

Compare
Choose a tag to compare
@michaelin-96 michaelin-96 released this 29 Aug 16:42
· 6 commits to main since this release
03d1a06

[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 maximum number of retrieved results for RAG using Amazon Bedrock Knowledge Base through setting KNOWLEDGE_BASE_MAX_NUMBER_OF_RETRIEVED_RESULTS (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

Security

  • Security patch for axios, moto, read-excel-file, handlebars, boto3, click, elliptic & postcss