Skip to content

Releases: aws-samples/bedrock-claude-chat

v2.1.2

05 Nov 07:14
ba4dfe2
Compare
Choose a tag to compare

New Features

v2.1.1

29 Oct 03:53
aa04f0d
Compare
Choose a tag to compare

New Features

  • Added hierarchical and semantic chunking strategies for knowledge base processing. #569 by @Tsujiba

v2.1.0

25 Oct 05:50
e98774a
Compare
Choose a tag to compare

New Features

  • Updated Model Selector and added Sonnet 3.5 v2. #578 by @wadabee
  • Added support for Norwegian language in the app. #568 by @havard024

Bug Fixes

Enhancements

  • Updated Spanish language translations for improved accuracy and consistency. #570 by @diegoasp10
  • Updated FastAPI to version 0.115.2 to address a security vulnerability. #565 by @Yukinobu-Mine

v2.0.0

15 Oct 04:58
7974b85
Compare
Choose a tag to compare

Major Update Notice (v2)

⚠️ WARNING ⚠️

This update introduces major changes, migrating from Aurora and ECS embeddings to Amazon Bedrock Knowledge Bases. Follow the migration guide carefully to avoid data loss. The v1 branch is no longer maintained; v2 is now default.

Key Changes

  • Bedrock Knowledge Bases: Replaces Aurora and ECS for embeddings and search.
  • OpenSearch Serverless: Added support fo OpenSearch Serverless to enable hybrid search.
  • Simplified Architecture: Aurora, ECS tasks, and VPC have been removed, reducing complexity and costs.
  • The v1 branch is no longer maintained. v2 branch is now default.

v1.4.0

10 Oct 01:41
101dc79
Compare
Choose a tag to compare

New Features

🔴Important🔴
To enable this feature, please carefully review the migration guide provided here.

v1.3.2

10 Oct 01:32
dd51a2e
Compare
Choose a tag to compare

Enhancements

  • Updated Vite to version 5.4.8 to fix security vulnerabilities. #549 by @Yukinobu-Mine
  • Upgraded knowledge base embedding model from Titan v1 to v2. #544 by @Tsujiba
  • Automatically load agent tool name and description from language file. #514 by @CallumCPP

Bug Fixes

  • Updated duckduckgo-search to version 6.2.12 to resolve availability issue. #541 by @Tsujiba

v1.3.1

12 Sep 05:32
115cbe4
Compare
Choose a tag to compare

Bug Fixes

  • Fixed a "desciription" typo and automatically loaded agent tool name and description from the language file. #514 by @CallumCPP

Enhancements

  • Refactored the agent system to use the converse API for tool usage and removed langchain dependency
  • Store and show thinking logs with explicit type definitions
  • Improve the frontend to clearly display the agent's thinking process
  • Removed progress bar interface, SQL tool example, and weather tool example
    #513 by @statefb, @wadabee

v1.3.0

30 Aug 08:41
Compare
Choose a tag to compare

New Features

v1.2.9

26 Aug 08:12
cd66959
Compare
Choose a tag to compare

Bug Fixes

  • Fixed an error that occurred when ECS runtime monitoring is enabled with GuardDuty#501 by @fsatsuki
  • Fixed validation errors for HumanMessage content when uses sql agent tool. #498 by @drskur
  • Fixed issue where chat history was not being remembered in Published (Bot) API #500 by @Yukinobu-Mine
  • Resolve unstructured / NLTK bug issues. #499, #502 by @fsatsuki, @Yukinobu-Mine

v1.2.8

20 Aug 01:06
526aad8
Compare
Choose a tag to compare

Bug Fixes

  • Return error detail when streaming fails. #489 by @statefb

Enhancements

  • Add YouTube overview video link to README. #484
  • Upgrade AWS Amplify to version 6.4.3. #481 by @Yukinobu-Mine
  • Update AWS Amplify to version 6.4.4 to fix vulnerability. #483 by @Yukinobu-Mine
  • Exclude some folders when building Docker images to reduce deployment time. #473 by @fsatsuki
  • Add Ladle stories and refactor ChatPage, ChatListDrawer and related components. #485 by @Yukinobu-Mine
  • Refactor detection logic of keyboard shortcuts in ChatPage. #476 by @Yukinobu-Mine
  • Add attribute to BotSummary to determine whether the bot is using Bedrock KnowledgeBase. #480 by @statefb