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.
- RAG deployment now added to the Use Case
- Add customization instructions to the README about system prompts
- Update safe_dump to support unicode
- 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
- quickstart.py now supports multiline values correctly
- Custom model test works correctly again
- Support for AWS Credential type and AWS-based LLM blueprints
- Full testing of the LLM credentials before start
- 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
- add context tracing to this recipe.
- Grader deployment previously included for leveraging predictive models but never fully implemented
- ring release/10.2 in sync with main
- improvements to the README
- Address trailing comments in quickstart
- Added feature flag requirement
- Bring release/10.2 in sync with main
- Fix typo in the README for notebooks path
- Removed locales for unsupported languages
- Updated logos in application
- Bring release/10.2 in sync with main
- Fix README typo
- Bring release/10.2 in sync with main
- quickstart.py script for getting started more quickly
- ENABLE_LLM_ASSESSMENT feature flag requirement
- Bring release/10.2 in sync with main
- ENABLE_QA_APP_TEMPLATE_FROM_REGISTRY feature flag requirement
- Default App template set to Streamlit DIY
- Update Running Environment from PYTHON_39_GENAI to PYTHON_311_GENAI in grader
- datarobot_drum dependency to enable clean statusing from Pulumi CLI on first run (DIY mode)
- Changelog file to keep track of changes in the project.