Skip to content

Commit

Permalink
Merge pull request #1707 from Agenta-AI/changelog
Browse files Browse the repository at this point in the history
docs: new changelogs
  • Loading branch information
mmabrouk authored May 27, 2024
2 parents 9506e16 + f5dbc3f commit 21c5e50
Show file tree
Hide file tree
Showing 6 changed files with 53 additions and 0 deletions.
53 changes: 53 additions & 0 deletions docs/changelog/main.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,59 @@
title: "Changelog"
---

## v0.14.14
*25 May 2024*

**New LLM Provider: Welcome Gemini!**

We are excited to announce the addition of Google's Gemini to our list of supported LLM providers, bringing the total number to 12.
<img height="600" className="dark:hidden" src="/images/changelog/gemini.png" />


## v0.14.1-13
*24 May 2024*

**Playground Improvements**
- 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..
<img height="600" className="dark:hidden" src="/images/changelog/default-selected-testset.png" />
- 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
- We've made improvements to error messages in the playground


**Bug Fixes**
- Fixed the order of the arguments when running a custom code evaluator
- Fixed the timestamp in the Testset view (previous stamps was droppping the trailing 0)
- Fixed the creation of application from code in the self-hosted version when using Windows

## v0.14.0
*1 May 2024*

**Prompt and Configuration Registry**

We've introduced a feature that allows you to use Agenta as a prompt registry or management system. In the deployment view, we now provide an endpoint to directly fetch the latest version of your prompt. Here is how it looks like:
```
from agenta import Agenta
agenta = Agenta()
config = agenta.get_config(base_id="xxxxx", environment="production", cache_timeout=200) # Fetches the configuration with caching
```
You can find additional documentation [here](/prompt_management/integrating).

**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.
<img height="600" className="dark:hidden" src="/images/changelog/publish_to_production_by_default.png" />

## v0.13.8
*28 April 2024*

**Improvements**
- The total cost of an evaluation is now displayed in the evaluation table. This allows you to understand how much evaluations are costing you and track your expenses.
<img height="600" className="dark:hidden" src="/images/changelog/total_cost.png" />

**Bug Fixes**
- Fixed sidebar focus in automatic evaluation results view
- Fix the incorrect URLs shown when running agenta variant serve

## v0.13.1-5 - Evaluation Speed Increase and Numerous Quality of Life Improvements
*23rd April 2024*

Expand Down
Binary file added docs/images/changelog/average_latency.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/changelog/gemini.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/changelog/total_cost.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 21c5e50

Please sign in to comment.