|
| 1 | +# v4.0.1 |
| 2 | +## Bug Fixes |
| 3 | +### Vector Store Management |
| 4 | +- Enhanced UI to display default repository name when not specified |
| 5 | +- Improved UI to show "GLOBAL" when no groups are assigned |
| 6 | +- Refined repository schema regex to ensure valid input fields |
| 7 | +- Optimized admin routing for RAG repository access |
| 8 | +- Updated RAG Configuration table to align with config destruction property |
| 9 | +- Resolved issue preventing creation of OpenSearch vector stores |
| 10 | + |
| 11 | +### User Interface |
| 12 | +- Implemented consistent positioning of chat input at the bottom of the screen |
| 13 | + |
| 14 | + |
| 15 | +## Acknowledgements |
| 16 | +* @bedanley |
| 17 | +* @estohlmann |
| 18 | +* @dustins |
| 19 | + |
| 20 | +**Full Changelog**: https://github.com/awslabs/LISA/compare/v4.0.0..v4.0.1 |
| 21 | + |
| 22 | +# v4.0.0 |
| 23 | +Our 4.0 launch brings enhanced RAG repository management features to LISA’s chatbot user interface (UI). Our new RAG document library allows users to view and manage RAG repository files. Administrators are now able to manage and configure vector stores (also known as RAG repositories), and document ingestion pipelines directly in the Configuration page without having to redeploy LISA. |
| 24 | + |
| 25 | + |
| 26 | +## **Enhancements** |
| 27 | + |
| 28 | +### **RAG Repository Management** |
| 29 | + |
| 30 | +* Admins can create, edit, delete RAG repositories via LISA’s Configuration UI. Admins can also manage access through the UI. LISA re-deployments are no longer required. |
| 31 | +* Admins can create, edit, delete new document ingestion pipelines via LISA’s Configuration UI. LISA re-deployments are no longer required. |
| 32 | +* We added a RAG deletion pipeline that automatically removes S3 documents when deleted from RAG repositories. |
| 33 | +* We introduced new API endpoints for dynamic management of vector stores and ingestion pipelines. |
| 34 | +* Customers who previously configured LISA with RAG repositories (v3.5 and before) will be able to view these legacy RAG repositories in the Configuration UI. However, they will not be able to make any changes through the UI. Admins must continue to manage RAG repositories through the config file. We recommend that when you are ready, you delete any legacy RAG repositories through the UI. Then you will need to redeploy CDK which will automatically tear down the legacy repository’s resources. Then you will be able to recreate RAG repositories through the UI and re-load documents. |
| 35 | + |
| 36 | +### **Document Library** |
| 37 | + |
| 38 | +* Added a RAG Document Library page in the chatbot UI. Users can download previously uploaded documents from the RAG repositories that they have access to. |
| 39 | +* Users can also delete files from RAG repositories that they originally uploaded in the Document Library. Admins can delete any files through the Document Library. Files are also automatically removed from S3. |
| 40 | + |
| 41 | +> **Note:** As of LISA 4.0, new RAG repositories and document ingestion pipelines can no longer be configured at deployment via YAML. |
| 42 | +
|
| 43 | + |
| 44 | + |
| 45 | +## **Security** |
| 46 | + |
| 47 | +* Updated third-party dependencies. |
| 48 | + |
| 49 | + |
| 50 | +## **Acknowledgements** |
| 51 | +- [@bedanley](https://amzn-aws.slack.com/team/U03P7CBD673) |
| 52 | +- @dustins |
| 53 | +- @estohlmann |
| 54 | + [**Full Changelog**](https://github.com/awslabs/LISA/compare/v3.5.1...v4.0.0) |
| 55 | + |
1 | 56 | # v3.5.1
|
2 | 57 |
|
3 | 58 | ## Bug Fixes
|
|
0 commit comments