Skip to content

Commit

Permalink
Update changelog (#699)
Browse files Browse the repository at this point in the history
  • Loading branch information
jverre authored and Sasha committed Nov 25, 2024
1 parent 0b9ca50 commit 3431132
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 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,21 @@ sidebar_label: Changelog

# Weekly Changelog

## Week of 2024-11-18

**Opik Dashboard**:

- Updated the majority of tables to increase the information density, it is now easier to review many traces at once.
- Images logged to datasets and experiments are now displayed in the UI. Both images urls and base64 encoded images are supported.

**SDK**:

- The `scoring_metrics` argument is now optional in the `evaluate` method. This is useful if you are looking at evaluating your LLM calls manually in the Opik UI.
- When uploading a dataset, the SDK now prints a link to the dataset in the UI.
- Usage is now correctly logged when using the LangChain OpenAI integration.
- Implement a batching mechanism for uploading spans and dataset items to avoid `413 Request Entity Too Large` errors.
- Removed pandas and numpy as mandatory dependencies.

## Week of 2024-11-11

**Opik Dashboard**:
Expand Down

0 comments on commit 3431132

Please sign in to comment.