Skip to content

Commit

Permalink
Updated changelog (#491)
Browse files Browse the repository at this point in the history
  • Loading branch information
jverre authored Oct 28, 2024
1 parent a9f1ada commit adb4a98
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions apps/opik-documentation/documentation/docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ sidebar_label: Changelog

# Weekly Changelog

## Week of 2024-10-28

**SDK**:
- Released new evaluation metric: [GEval](/evaluation/metrics/g_eval.md) - This LLM as a Judge metric is task agnostic and can be used to evaluate any LLM call based on your own custom evaluation criteria.
- Allow users to specify the path to the Opik configuration file using the `OPIK_CONFIG_PATH` environment variable, read more about it in the [Python SDK Configuration guide](/tracing/sdk_configuration.mdx#using-a-configuration-file).

## Week of 2024-10-21

**Opik Dashboard**:
Expand Down Expand Up @@ -62,6 +68,7 @@ sidebar_label: Changelog
- Added link to the experiment page when calling the `evaluate` method
- Added `project_name` parameter in the `opik.Opik` client and `opik.track` decorator
- Added a new `nb_samples` parameter in the `evaluate` method to specify the number of samples to use for the evaluation
- Released the LiteLLM integration

## Week of 2024-09-30

Expand Down

0 comments on commit adb4a98

Please sign in to comment.