Skip to content

Release v.3.76.0

Compare
Choose a tag to compare
@vbrodsky vbrodsky released this 29 Jul 22:12
· 289 commits to develop since this release
ce38800

Version 3.76.0 (2024-07-29)

Added

  • Added Project get_labeling_service(), request_labeling_service() and get_labeling_service_status()
  • Added project and ontology creation for prompt response projects: Client create_prompt_response_generation_project(), create_response_creation_project() in #1726
  • Added is_benchmark_enabled, is_consensus_enabled to Project in #1745

Updated

  • Made Project quality modes a list to allow combining more than 1 quality mode per project in #1683

Notebooks

Other

  • Use connection pool for all http and graphql requests in #1733