You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Added
Support for SageMaker as an LLM provider through SageMaker inference endpoints.
Ability to deploy both the deployment dashboard and use cases within a VPC, including bringing an existing VPC and allowing the solution to deploy one.
Option to return and display the source documents that were referenced when generating a response in RAG use cases.
New model-info API in the deployment dashboard stack which can retrieve available providers, models, and model info. Default parameters are now stored for each model and provider combination and are used to pre-populate values in the wizard.
Changed
Refactoring of UI components in the deployment dashboard.
Switch to poetry for Python package management, replacing requirements.txt files.