Skip to content

Releases: aws-samples/bedrock-claude-chat

v0.4.1

23 Jan 02:44
1016ea2
Compare
Choose a tag to compare

Fix #102

Calculate number of token based on text length when split the text to invoke cohere-multilingual

v0.4.0

22 Jan 03:23
Compare
Choose a tag to compare

External Knowledge Feature

Utilizing RAG (Retrieval Augmented Generation): This update enables the use of the following information for customized bot:

  • Web (html)
  • Text Data (txt, csv, markdown, etc.)
  • PDF
  • Microsoft Office (pptx, docx, xlsx)
  • YouTube Subtitles

NOTE: Knowledge can be provided through URLs or file uploads.

A simple logic has been implemented. For more details, visit here.

v0.3.0

11 Dec 07:24
Compare
Choose a tag to compare

Implemented customized bot function allowing users to create a customized version of chat bot for specific purposes. These can be shared with other users.

v0.2.4

13 Nov 09:42
c2eec81
Compare
Choose a tag to compare

Added Claude v2 and Calude Instant can be switched.

v0.2.3

30 Oct 00:20
6b7da65
Compare
Choose a tag to compare

Added clear button to clear all conversations.

v0.2.2

25 Oct 04:05
86d1263
Compare
Choose a tag to compare

Added i18n support for the following languages:

  • English
  • Japanese
  • Korean
  • Chinese

Languages are auto-detected, but can also be specified via URL or in the application menu.

https://example.com?lng=ja

v0.2.1

24 Oct 03:21
ae995cf
Compare
Choose a tag to compare

Followings are fixed:

  • Enhanced support for long-running responses that take 30 seconds or more to execute

v0.2.0

23 Oct 00:53
5009156
Compare
Choose a tag to compare

Warning
The current version (v0.2.x) has no compatibility with ex version (v0.1.0) due to the change of the conversation schema. Please note that conversations stored in DynamoDB with ex version cannot be rendered.

The following features have been implemented:

  • Editing and resending of own sent messages
  • Re-generating AI Assistant's answers.
  • Resent and re-generated answers are saved as history for each message.

v0.1.0

23 Oct 00:46
bc81040
Compare
Choose a tag to compare

The following features are implemented:

  • Authentication (Sign-up, Sign-in)
  • Creation, storage, and deletion of conversations
  • Copying of chatbot replies
  • Automatic subject suggestion for conversations
  • Syntax highlighting for code
  • Rendering of Markdown'
  • Streaming Response
  • IP address restriction