Releases: Clarifai/clarifai-nodejs
Releases · Clarifai/clarifai-nodejs
v0.0.3
v0.0.2
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.
- A new
Miscellaneous Chores
- One of the dependencies,
uuidv4
has been deprecated in npm hence it has been replaced with the recommendeduuid
package.
v0.0.1
0.0.1 (2024-04-02)
Features
- added example code in comments (418db6a)
- added logger (8ab1276)
- implemented search (4528368)
- implemented validater & auth helper (7934ee1)
- project created (7e09a4b)
- setup app integration tests (f0f99ee)
- setup app methods (a447cfe)
- setup auth & retry stubs (46ac29c)
- setup base & lister class (e21d453)
- setup code coverage (cffde98)
- setup create App module (2756448)
- setup createStub function (3b328c2)
- setup input annotation methods (8c3ead6)
- setup list pages generator (b2aae46)
- setup model class (c5221f9)
- setup model train utils (a23dd83)
- setup multimodal inputs (4bf0cb3)
- setup search schema (1869cf0)
- setup upload inputs (7411872)
- setup upload methods (372c872)
- setup vitest (9fd1a9a)
- setup workflow (6e1dd15)
- setup workflow create method (37dbbf5)
- setup workflow crud tests (7b7b8ba)
- validate clarifai url with template literal types (31a0333)
Bug Fixes
- broken clarifai logo in readme (eb66c56)
- failing tests (ae9d84e)
- failing tests on workflow creation (0237542)
- issue with promisify util (70d5e78)
- lister return type (9fb12e4)
- node types (29119e4)
- predict api request (8ff1abb)
- remove all methods that are not implemented (5b72da1)
- type issues in inputs from csv (2eab0b0)
- types for list apps (d77df11)
- V2Stub type (62e29ab)
- workflow error message (c35d1f5)