Tags: tensorzero/tensorzero
Tags
Implement batched ClickHouse writes (#2993) * Implement batched ClickHouse writes * Fix some test issues * Adjust error message * Run fmt * Fix story * Move setup_howdy into GatewayHandle * Fix shutdown logic and add comment * Work on tests * Cleanup test * Select by episode id * Add Python batching test * Fix import * Regen requirements.txt * Fix imports * Fix pyright * added small documentation fix * enabled batch writes and turned on merge queue tests * added handling for running tests with batched writes * added sleep * added ssh debugging * Remove ssh debugging * Fix test * Add in a sleep before read * Log batch write configuration * Adjust some sleeps * Decrease flush interval in e2e tests * Another sleep * Add some missing sleeps * Another sleep * Insert another sleep * Lower batch threshold and disable fail-fast * Fix dropping client from Python * Also enter runtime when dropping LocalHttpGateway * Fix clippy * Hold client reference to prevent deadlock * Explicitly drop client * Hold a reference to the embedded client * Sleep before trying to use cache * Add comments * Adjust drop logic * Release the gil * removed merge queue on push * fixed clippies * removed stray comment * added sleep to cache openai test * fixed go test * run merge queue and replicated on push * Incresae timeout and undo ci changes * Stop running replicated in prs --------- Co-authored-by: Viraj Mehta <viraj@tensorzero.com>
Skip running migrations when TensorZeroMigration is up to date (#3001) * Skip running migrations when TensorZeroMigration is up to date We only skip running migrations when the table has exactly the migration ids that we expect to see. * Fix typo Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Add 'skip_completed_migrations' flag * Update bindings * Adjust FeedbackTable stories * Fix test * Fix test for Migration0029 * Swap check * Migration0029 is no longer skipped * Fix error * Another Migration0029 fix * Exclude Migration0029 * Fix error --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
add config.gateway.unstable_disable_feedback_target_validation (#2944) * added a config.gateway.unstable_disable_feedback_target_validation flag, implementation, and tests * slowed down polling for feedback get_function name * changed margin for jitter, added comment * fixed bindings * fixed type in Feedback table story
Updated CurationMetricSelector layout (#2671) * updated CurationMetricSelector to follow the same pattern as updated DatasetSelector and FunctionSelector * added all available inferences count for the None item in the MetricSelector * updated python lockfiles * fixed issue with demonstrations in selector * fixed curationmetricselector * fixed curationmetricselector * styled threshold input * Minor fixes --------- Co-authored-by: Viraj Mehta <viraj@tensorzero.com> Co-authored-by: Gabriel Bianconi <GabrielBianconi@users.noreply.github.com> Co-authored-by: Gabriel Bianconi <1275491+GabrielBianconi@users.noreply.github.com>
PreviousNext