Skip to content

Commit

Permalink
Auto-merge main back to develop post release
Browse files Browse the repository at this point in the history
  • Loading branch information
estohlmann committed Jan 16, 2025
2 parents f3fc00e + 762f764 commit ec80e34
Show file tree
Hide file tree
Showing 7 changed files with 45 additions and 8 deletions.
37 changes: 37 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,40 @@
# v3.5.0
## Key Features
### User Interface Modernization
- New year new me? We are rolling out an updated user interface (UI) in Q1. This release is the first stage of this effort.
- **Document Summarization**
- Building on existing non-RAG in context capabilities, we added a more comprehensive Document Summarization feature. This includes a dedicated modal interface where users:
- Upload text-based documents
- Select from approved summarization models
- Select and customize summarization prompts
- Choose between integrating summaries into existing chat sessions or initiating new ones
- System administrators retain full control through configuration settings in the Admin Configuration page

## Other UI Enhancements
- Refactored chatbot UI in advance of upcoming UI improvements and this launch
- Consolidated existing chatbot features to streamline the UI
- Added several components to improve user experience: copy button, response generation animation
- Markdown formatting updated in LLM responses

## Other System Enhancements
- Enhanced user data integration with RAG metadata infrastructure, enabling improved file management within vector stores
- Optimized RAG metadata schema to accommodate expanded documentation requirements
- Started updating sdk to be compliant with current APIs
- Implementation of updated corporate brand guidelines

## Coming soon
Our development roadmap includes several significant UI/UX enhancements:
- Streamlined vector store file administration and access control
- Integrated ingestion pipeline management
- Enhanced Model Management user interface

## Acknowledgements
* @bedanley
* @estohlmann
* @dustins

**Full Changelog**: https://github.com/awslabs/LISA/compare/v3.4.0...v3.5.0

# v3.4.0
## Key Features
### Vector Store Support
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.4.0
3.5.0
4 changes: 2 additions & 2 deletions lib/user-interface/react/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/user-interface/react/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "lisa-web",
"private": true,
"version": "3.4.0",
"version": "3.5.0",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down
2 changes: 1 addition & 1 deletion lisa-sdk/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ requires-python = ">=3.11"

[tool.poetry]
name = "lisapy"
version = "3.4.0"
version = "3.5.0"
description = "A simple SDK to help you interact with LISA. LISA is an LLM hosting solution for AWS dedicated clouds or ADCs."
authors = ["Steve Goley <[email protected]>"]
readme = "README.md"
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lisa",
"version": "3.4.0",
"version": "3.5.0",
"bin": {
"lisa": "bin/lisa.js"
},
Expand Down

0 comments on commit ec80e34

Please sign in to comment.