Releases: aws-samples/bedrock-claude-chat
Releases · aws-samples/bedrock-claude-chat
v0.4.1
v0.4.0
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.)
- 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
v0.2.4
v0.2.3
v0.2.2
v0.2.1
v0.2.0
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
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