Skip to content

Commit

Permalink
docs: add changelog entry
Browse files Browse the repository at this point in the history
  • Loading branch information
NiklasKoehneckeAA committed Jan 28, 2025
1 parent 5f63293 commit de97b8b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
### Deprecations
...
### Breaking Changes
- `StudioClient` now handles project_id as a string instead of an integer. This is only relevant when you handle project ids (not names) manually.
- `InMemoryDatasetRepository` now returns the exact types given by users when retrieving `Example`. Previously, it disregarded the types it was given and returned what was saved.
- This is in line with how the other repositories work.
- `EloQaEvaluationLogic` now has an expected output type of `None` instead of `SingleChunkQaOutput`. The information was unused.
Expand Down

0 comments on commit de97b8b

Please sign in to comment.