From e7cc27c5191db096297589efbd21e5fdd0b1d125 Mon Sep 17 00:00:00 2001 From: Mahmoud Mabrouk Date: Tue, 22 Oct 2024 13:55:56 +0200 Subject: [PATCH 1/3] docs(app): changelog 0.26 --- docs/blog/main.mdx | 57 ++++++++++++++++++++++++++++++++++++---------- 1 file changed, 45 insertions(+), 12 deletions(-) diff --git a/docs/blog/main.mdx b/docs/blog/main.mdx index a9d65eed3c..e86935cc26 100644 --- a/docs/blog/main.mdx +++ b/docs/blog/main.mdx @@ -8,6 +8,29 @@ import Image from "@theme/IdealImage"; ```
+ +### New Application Management View + +
+ +### New Application Management View and Various Improvements + +_22 October 2024_ + +**v0.26.0** + +We updated the **Application Management View** to improve the UI. Many users struggled to find their applications when they had a large number, so we've improved the view and added a search bar for quick filtering. +Additionally, we are moving towards a new project structure for the application. We moved test sets and evaluators outside of the application scope. So now, you can use the same test set and evaluators in multiple applications. + +**Bug Fixes** + +- Added an export button in the evaluation view to export results from the main view. +- Eliminated Pydantic warnings in the CLI. +- Improved error messages when `fetch_config` is called with wrong arguments. +- Enhanced the custom code evaluation sandbox and removed the limitation that results need to be betwen 0 an 1. + +--- + ### Evaluator Testing Playground and a New Evaluation View _22 September 2024_ @@ -34,10 +57,10 @@ _22 August 2024_ **v0.24.0**
- Button for exporting evaluation results
@@ -117,7 +140,7 @@ We're excited to announce two major features this week: {" "}
- Button for exporting evaluation results - Button for exporting evaluation results + />
:::note @@ -230,7 +253,9 @@ _24 May 2024_ **v0.14.1-13** - 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. - We now hide the cost and usage in the playground when they aren't specified @@ -265,7 +290,9 @@ You can find additional documentation [here](/prompt-management/integration/how- **Improvements** - Previously, publishing a variant from the playground to an environment was a manual process., from now on we are publishing by default to the production environment. - + --- @@ -455,8 +482,14 @@ You now have access to a history of prompts deployed to our three environments. You can now invite team members and assign them fine-grained roles in agenta. - - + + **Improvements** From 02c8c58b1487bcbabbe2604932ba2af2461454a1 Mon Sep 17 00:00:00 2001 From: Mahmoud Mabrouk Date: Tue, 22 Oct 2024 14:03:29 +0200 Subject: [PATCH 2/3] docs(app): minor fix --- docs/blog/main.mdx | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/docs/blog/main.mdx b/docs/blog/main.mdx index e86935cc26..9d93a4e468 100644 --- a/docs/blog/main.mdx +++ b/docs/blog/main.mdx @@ -9,10 +9,6 @@ import Image from "@theme/IdealImage";
-### New Application Management View - -
- ### New Application Management View and Various Improvements _22 October 2024_ @@ -27,7 +23,7 @@ Additionally, we are moving towards a new project structure for the application. - Added an export button in the evaluation view to export results from the main view. - Eliminated Pydantic warnings in the CLI. - Improved error messages when `fetch_config` is called with wrong arguments. -- Enhanced the custom code evaluation sandbox and removed the limitation that results need to be betwen 0 an 1. +- Enhanced the custom code evaluation sandbox and removed the limitation that results need to be betwen 0 an 1 --- From 91a26f98cff5ac35cbc92f42790e8852841c5d95 Mon Sep 17 00:00:00 2001 From: Mahmoud Mabrouk Date: Tue, 22 Oct 2024 14:38:55 +0200 Subject: [PATCH 3/3] Update main.mdx --- docs/blog/main.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/blog/main.mdx b/docs/blog/main.mdx index 9d93a4e468..3c6b24de40 100644 --- a/docs/blog/main.mdx +++ b/docs/blog/main.mdx @@ -23,7 +23,7 @@ Additionally, we are moving towards a new project structure for the application. - Added an export button in the evaluation view to export results from the main view. - Eliminated Pydantic warnings in the CLI. - Improved error messages when `fetch_config` is called with wrong arguments. -- Enhanced the custom code evaluation sandbox and removed the limitation that results need to be betwen 0 an 1 +- Enhanced the custom code evaluation sandbox and removed the limitation that results need to be between 0 and 1 ---