Skip to content

Releases: Clarifai/clarifai-nodejs

v0.0.3

02 Jul 14:43
3aa00fd
Compare
Choose a tag to compare

0.0.3 (2024-07-02)

Features

Bug Fixes

v0.0.2

07 May 09:49
d5c318c
Compare
Choose a tag to compare

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.

v0.0.1

02 Apr 13:09
501c8e0
Compare
Choose a tag to compare

0.0.1 (2024-04-02)

Features

Bug Fixes

Continuous Integration