Skip to content

New info structure and update database information

Compare
Choose a tag to compare
@ricardokazu ricardokazu released this 23 Sep 02:52
· 77 commits to main since this release
778bac3

JAI - python SDK v0.22.0 - 23/09/2022

We're happy to announce the v0.22.0!!

We recommend that all users upgrade to this version using pip:

pip install -U jai-sdk

Release Notes

  • Good Practices
  • Backwards Incompatible Change
  • New Features

Backwards Incompatible Change

  • Adjust for new info structure
    The .info method has been changed. New info now contains the following keys:
    name: str
    displayName: str
    owner: str
    project: str
    type: str
    version: str
    parents: List[str]   
    size: int # when get_size=True
    embedding_dimension: int # when get_size=True

Good Practices

  • Importing tqdm with from tqdm.auto import tqdm
    This should normalize the progress bar when using jupyter notebooks.

New Features

  • new method update_database to change information (displayName and project) of the database

What's Changed

Full Changelog: v0.21.0...v0.22.0