Skip to content

Latest commit

 

History

History
126 lines (83 loc) · 2.9 KB

CHANGELOG.md

File metadata and controls

126 lines (83 loc) · 2.9 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Unreleased

[0.1.16] - 2025-01-06

Added

  • RAG deployment now added to the Use Case
  • Add customization instructions to the README about system prompts
  • Update safe_dump to support unicode

Changed

  • More detailed .env.template
  • Change of LLM single code change
  • More prominent LLM setting
  • pulumi-datarobot bumped to 0.5.3
  • renamed settings_rag to settings_generative
  • Instructions to change the LLM in Readme adjusted to the new process
  • Added python 3.9+ requirement to README
  • quickstart now asks you to change the default project name
  • quickstart now prints the application URL
  • Better exception handling around credential validation

Fixed

  • quickstart.py now supports multiline values correctly
  • Custom model test works correctly again

Added

  • Support for AWS Credential type and AWS-based LLM blueprints
  • Full testing of the LLM credentials before start

[0.1.15] - 2024-12-04

Changed

  • update pulumi-datarobot to >=0.4.5
  • add pyproject.toml to store lint and test configuration
  • update programming language markdown in README
  • Give overview of assets in README
  • Move type declarations out of infra.settings_main into docsassist.schema

Added

  • add context tracing to this recipe.

Removed

  • Grader deployment previously included for leveraging predictive models but never fully implemented

[0.1.14] - 2024-11-18

  • ring release/10.2 in sync with main

[0.1.13] - 2024-11-18

Changed

  • improvements to the README

Fixed

  • Address trailing comments in quickstart
  • Added feature flag requirement

[0.1.12] - 2024-11-12

Changed

  • Bring release/10.2 in sync with main

[0.1.11] - 2024-11-12

Fixed

  • Fix typo in the README for notebooks path

Changed

  • Removed locales for unsupported languages
  • Updated logos in application

[0.1.10] - 2024-11-07

Changed

  • Bring release/10.2 in sync with main

[0.1.9] - 2024-11-07

Changed

  • Fix README typo

[0.1.8] - 2024-11-06

Changed

  • Bring release/10.2 in sync with main

[0.1.7] - 2024-11-06

Added

  • quickstart.py script for getting started more quickly

Removed

  • ENABLE_LLM_ASSESSMENT feature flag requirement

[0.1.6] - 2024-10-30

Changed

  • Bring release/10.2 in sync with main

[0.1.5] - 2024-10-30

Removed

  • ENABLE_QA_APP_TEMPLATE_FROM_REGISTRY feature flag requirement

Changed

  • Default App template set to Streamlit DIY
  • Update Running Environment from PYTHON_39_GENAI to PYTHON_311_GENAI in grader

[0.1.4] - 2024-10-28

Removed

  • datarobot_drum dependency to enable clean statusing from Pulumi CLI on first run (DIY mode)

Added

  • Changelog file to keep track of changes in the project.