You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.