0.0.3 (2024-07-02)
0.0.2 (2024-05-07)
- 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.
- A new
- One of the dependencies,
uuidv4
has been deprecated in npm hence it has been replaced with the recommendeduuid
package.
- First Release of the Clarifai Node.js SDK in developer preview
- Supports the following modules:
- User APIs
- App APIs
- Workflow APIs
- Model APIs
- Search API