Skip to content

Releases: google-gemini/deprecated-generative-ai-python

v0.2.2

23 Oct 17:49
e5f4463
Compare
Choose a tag to compare
  • Handle maximum batch size for embed_text.
  • Restore types.ModelNameOptions.
  • Update tuning to handle more dataset types (json, pandas, urls, google-sheets).
  • Expose count_text_tokens
  • Expose operations management.
  • Allow users to pass custom metadata (HTML headers).
  • Add dataclass prettyprinting.

v0.2.1

03 Oct 14:50
2a33920
Compare
Choose a tag to compare
  • Bugfix: Add missing enum names to saftey_types.py
  • Update to google.ai.generativelanguage v0.3.3
    • replace generativelanguage_v1beta3 with generativelanguage
      since that's the default in v0.3.3.

v0.2.0

26 Sep 21:21
fb12ada
Compare
Choose a tag to compare
  • Add support for tuning:
    • Add get_tuned_model.
    • Add list_tuned_models.
    • Add create_tuned_model.
  • More flexible safety settings:
    • Accept strings and ints for enums.
  • Accept a {category:threshold} dict in addition to the list of dicts format ([{"category": category, "threshold": threshold}, ...]).
  • Add support for batched embeddings.

v0.1.0

26 May 20:58
62671ec
Compare
Choose a tag to compare
  • First real release.
  • Support for text generation, chat and embeddings.

First release, rc2.

11 May 18:01
Compare
Choose a tag to compare
First release, rc2. Pre-release
Pre-release
v0.1.0rc2

Test chat citations.

First release, rc1.

05 May 23:54
Compare
Choose a tag to compare
First release, rc1. Pre-release
Pre-release
First commit: Push everyone's code.

Co-authored-by: Mark McDonald <[email protected]>
Co-authored-by: Shilpa Kancharla <[email protected]>
Co-authored-by: Petchean Ang <[email protected]>