Conversation
* Add npm publish workflow
* Add document library page * Remove collectionName from pipeline RAG * Update Delete API to accept multiple IDs * Add LocalStorage for all UI config pages
* Update dependencies
* Add pipeline delete
* Add download link in document library UI
* Migrate to dynamic rag repositories creation --------- Co-authored-by: Dustin Sweigart <dustinps@amazon.com>
* Add document library documentation
* Add RAG Vector Store management UI
* Add document deletion in step function
* Fix zod schema defaults in UI modal
Re-introduce support for legacy repositories configured through YAML
adds some basic docs for our new dynamic RAG configuration for vector stores and ingestion pipelines
Adds support for deletion of legacy repositories
* fixed sdk layer parameter name * fixed optional allowedGroups * handle existing pipelines that didn't yet define the autoRemove attribute * fix calling wrong action * renamed sdk layer * fixed terminology
* Reset opensearch config when type is changed * Clean up describe fields
dustins
approved these changes
Feb 18, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
LISA v4.0.0
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.
Enhancements
RAG Repository Management
Document Library
Security
Acknowledgements
Full Changelog