Skip to content

Commit 54d6ffc

Browse files
gustavocidornelaswhoseoyster
authored andcommitted
Deprecate publish_ground_truths and add update_data
1 parent e311311 commit 54d6ffc

File tree

6 files changed

+423
-389
lines changed

6 files changed

+423
-389
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
1313
### Changed
1414
* `llm_monitor` for OpenAI models now records the `cost` estimate and uploads it.
1515

16+
### Removed
17+
* Deprecated and removed `publish_ground_truths` method. Use `update_data` instead.
18+
1619
## [0.1.0a20]
1720

1821
### Added

docs/source/reference/monitoring.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,8 @@ the following methods.
5757
:template: class.rst
5858

5959
InferencePipeline.publish_batch_data
60+
InferencePipeline.stream_data
61+
InferencePipeline.update_data
6062
InferencePipeline.publish_ground_truths
6163

6264
Uploading reference datasets

0 commit comments

Comments
 (0)