Skip to content

v0.0.2

Compare
Choose a tag to compare
@github-actions github-actions released this 07 May 09:49
d5c318c

0.0.2 (2024-05-07)

Features

  • search & datasets (#8) (39cd278)
    • A new Dataset class was added with several methods for handling datasets, including creating and deleting versions, listing versions, and uploading data from a folder or a CSV file.
    • Several new methods were added to the Input class for handling inputs, including methods for bulk uploading, waiting for inputs, deleting failed inputs, and retrying uploads.
    • Several new methods and properties were added to the Search class, including support for different search algorithms and metrics, and improved handling of queries and pagination.

Miscellaneous Chores

  • One of the dependencies, uuidv4 has been deprecated in npm hence it has been replaced with the recommended uuid package.