OrcaSDK Release Notes#
This document tracks notable changes to the OrcaSDK.
v0.1.3#
- Added async
ClassificationModel.apredictandMemoryset.ainsertmethods. - Added batching to
Memoryset.insert,Memoryset.update, andMemoryset.deletemethods to reduce network issues. - Renamed
"neighbor"analysis to"distribution"analysis. - Allowed injecting custom httpx clients via context to cleanly override api keys and controll client lifecycle.
- Fixed creation of orphaned datasources when using the
if_exists="open"option during memoryset creation. - Removed deprecated
Memoryset.run_embedding_evaluationmethod, useEmbeddingModel.evaluateinstead.
v0.1.2#
- Added support for None labels and scores to memorysets and models.
- Added automatic retrying of requests to improve mitigate transient network and service issues.
- Fixed bug when receiving additional field in API responses for metrics
- Updated dependencies to resolve vulnerabilities