diff --git a/docs/blog/main.mdx b/docs/blog/main.mdx index b19f3779e..6333bd628 100644 --- a/docs/blog/main.mdx +++ b/docs/blog/main.mdx @@ -8,6 +8,33 @@ import Image from "@theme/IdealImage"; ```
+### Quality of life improvements + +_27 January 2025_ + +**v0.32.0** + + +New collapsible side menu + +Small release today with quality of life improvements, while we're preparing the huge release coming up in the next days: + +- Added a collapsible side menu for better space management +- Enhanced frontend performance and responsiveness +- Implemented a confirmation modal when deleting test sets +- Improved permission handling across the platform +- Improved frontend test coverage + +--- ### Agenta is SOC 2 Type 1 Certified @@ -43,6 +70,68 @@ We've also updated our [trust center](https://trustcenter.agenta.ai) with detail --- +### New Onboarding Flow + +_4 January 2025_ + +**v0.30.0** + +New Onboarding Flow +New Onboarding Flow +We've redesigned our platform's onboarding to make getting started simpler and more intuitive. Key improvements include: + +- Streamlined tracing setup process +- Added a demo RAG playground project showcasing custom workflows +- Enhanced frontend performance +- Fixed scroll behavior in trace view + +You can check out the tutorial for the RAG demo project [here](/tutorials/cookbooks/RAG-QA-docs). + +--- + +### Add Spans to Test Sets + +_11 December 2024_ + +**v0.29.0** + + +
+ +This release introduces the ability to add spans to test sets, making it easier to bootstrap your evaluation data from production. The new feature lets you: + + +- Add individual or batch spans to test sets +- Create custom mappings between spans and test sets +- Preview test set changes before committing them + +Additional improvements: + +- Fixed CSV test set upload issues +- Prevented viewing of incomplete evaluations +- Added mobile compatibility warning +- Added support for custom ports in self-hosted installations + +--- + ### Viewing Traces in the Playground and Authentication for Deployed Applications _29 November 2024_ @@ -82,8 +171,7 @@ _6 November 2024_ Button for exporting evaluation results @@ -264,7 +351,11 @@ We're excited to announce two major features this week: Button for exporting evaluation results @@ -274,7 +365,11 @@ We're excited to announce two major features this week: Button for exporting evaluation results @@ -308,7 +403,11 @@ _5 July 2024_ Button for exporting evaluation results @@ -340,7 +439,11 @@ _4 June 2024_ Configure Expected Answer @@ -363,7 +466,13 @@ _25 May 2024_ We are excited to announce the addition of Google's Gemini to our list of supported LLM providers, bringing the total number to 12. - + --- @@ -376,6 +485,11 @@ _24 May 2024_ - We've improved the workflow for adding outputs to a dataset in the playground. In the past, you had to select the name of the test set each time. Now, the last used test set is selected by default.. - We have significantly improved the debugging experience when creating applications from code. Now, if an application fails, you can view the logs to understand the reason behind the failure. - We moved the copy message button in the playground to the output text area. diff --git a/docs/static/images/changelog/changelog_onboarding1.png b/docs/static/images/changelog/changelog_onboarding1.png new file mode 100644 index 000000000..8ff976dd2 Binary files /dev/null and b/docs/static/images/changelog/changelog_onboarding1.png differ diff --git a/docs/static/images/changelog/changelog_onboarding2.png b/docs/static/images/changelog/changelog_onboarding2.png new file mode 100644 index 000000000..4eecc8017 Binary files /dev/null and b/docs/static/images/changelog/changelog_onboarding2.png differ diff --git a/docs/static/images/changelog/changelog_sidebar.gif b/docs/static/images/changelog/changelog_sidebar.gif new file mode 100644 index 000000000..11e336a78 Binary files /dev/null and b/docs/static/images/changelog/changelog_sidebar.gif differ