Skip to content

v1.3.0

Choose a tag to compare

@tabdunabi tabdunabi released this 22 Feb 22:17
· 103 commits to main since this release
8d86a2c

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.
  • Updates to Node and Python package versions.