ChangelogΒΆ
1.1.22ΒΆ
π Features:
Adjusted
ai_service
support to align with recent changes in the AI services backendAdded deprecation warning on Model class
Support for writing to FSLocation
Add get id by name for spaces
π Bug Fixes:
Downgraded the
grpcio
version to>=1.54.3
Remove flag from RagPattern constructor
Updated show schema method
Update text extraction delete job
SSL error fixed on FIPS cluster when downloading documents from COS folder
save Milvusβs SSL certificate file in temporary file
Improve error message for creating connections with invalid payload
Update set_api_client method
1.1.17ΒΆ
π Features:
Added documentation for Fine-Tuning: Working with TuneExperiment and FineTuner
π Bug Fixes:
Improved error reporting for
DataConnection.read()
when attempting to read from a database with the flight service disabledAdded a generic error message for failed attempts to download datasets due to flight service issues
Restricted Python version compatibility to versions below 3.13
Migrated dependencies to LangChain version 0.3.x
1.1.16ΒΆ
π Features:
Introduced support for loading text from Markdown files in the TextLoader class
Added an enum for rerank models:
client.foundation_models.RerankModels
Enhanced the
get_details
method with an optional name parameterImplemented the
set_api_client
method in the ModelInference class
π Bug Fixes:
Added 429 error handling for the
set.default_project
methodβs project_id componentImproved error handling during data loading operations
Fixed an issue where the
get_id_by_name
method raised an error when no ID was found for the specified name
1.1.15ΒΆ
π Features:
Introduced support for AI services
Added support for Rerank functionality: Rerank Documentation
π Bug Fixes:
Updated the route for CPD token generation for CPD versions 5.1 and above
Disabled AutoAI TSAD in the SDK for CPD versions starting from 5.1
1.1.14ΒΆ
π Features:
Added support for the Chat API
π Bug Fixes:
Automatically added the
https://
prefix to the COS connectionendpoint_url
if missing.
1.1.13ΒΆ
π Features:
Introduced the
get_evaluation_results
method in theRAGOptimizer
classAdded support for CPD version 5.1
π Bug Fixes:
Corrected the example value for
TextExtractionsMetaNames
Relaxed version constraints for LangChain packages
1.1.12ΒΆ
π Features:
Added the option to install
langchain_community
with the[rag]
option
π Bug Fixes:
Fixed an issue with
DataConnection
as a container folder.Updated the
load()
method docstring in the documentation.Added support for platform URLs in credentials.
1.1.11ΒΆ
π Features:
Added integration for AutoAI RAG SDK: Working with AutoAI RAG class and rag_optimizer
π Bug Fixes:
Increased
batch_size
reduction in AutoAI RAG experiments
1.1.10ΒΆ
π Bug Fixes:
Added a timeout to
DocumentsIterableDataset
iterationIncluded a private development URL in the platform map
1.1.9ΒΆ
π Features:
Introduced support for Fine-Tuning
Added support for native asynchronous methods for model inference
1.1.8ΒΆ
π Features:
Added support for MCSP
π Bug Fixes:
Fixed an issue with reading JSON files without binary mode, resolving problems with reading Prompt Tuning files
1.1.7ΒΆ
π Features:
Added a timeout for persistent connections
π Bug Fixes:
Set a default
max_sequence_length
to avoid model limits errors
1.1.6ΒΆ
π Features:
Added support for
ConnectionAsset
without a specified location
π Bug Fixes:
Resolved an issue where model specification filters were not available in version 4.8
Fixed a bug related to unsupported connection types
Aligned logging for improved consistency
1.1.5ΒΆ
π Features:
Implemented Keep-Alive and persistent connections for tokenization
Added support for the text extraction endpoint: Text Extractions Documentation
π Bug Fixes:
Resolved the issue with missing
python-docx
1.1.4ΒΆ
π Features:
Introduced support for Hardware Request field instead of the Hardware Specification
Added an asynchronous
generate
methodImplemented support for the
api_client
parameter inDocumentIterableDataset
π Bug Fixes:
Fixed an issue with storing
TaskCredential
Improved de-duplication in the
add_documents
method of the vector store to include both text and its document ID
1.1.3ΒΆ
π Features:
Introduced support for Bring Your Own Model (BYOM)
π Bug Fixes:
Set
input_shape
during training, addressing issues with dataset training dataRemoved the timeout for reading documents
Implemented improvements to the Documents Dataset
1.1.2ΒΆ
π Bug Fixes:
Resolved an issue caused by a breaking change in
setuptools
version 71.0.1
1.1.1ΒΆ
π Bug Fixes:
Added a setter for the
ServiceInstance.details
property
1.1.0ΒΆ
π Features:
Added Keep-Alive functionality for FoundationModels requests
Introduced support for the private
wml-fvt
endpointAdded installation support for RAG group packages
π Bug Fixes:
Improved performance of the
APIClient
initializationDisabled lifecycle checks when validation is turned off
Updated Scikit-learn for federated learning support
Resolved issues with reading data from NFS connections in Git-based projects
Changed the default behavior to read files on the cloud with Flight Service enabled
1.0.10ΒΆ
π Features:
Added support for different input modes of Prompt Templates(
PromptTemplate
,FreeformPromptTemplate
,DetachedPromptTemplate
).
π Bug Fixes:
Fixed validation for tech preview models.
Fixed set project for git-based-project in new scenario.
Fixed used filters for
get_model_specs
method.
1.0.9ΒΆ
π Features:
Added support for tech preview models
Added additional information in request headers.
Extend VectorStore functionalities via concrete wrappers(For Vector Index notebooks)
1.0.8ΒΆ
π Features:
Added
validate_prompt_variables
parameter to generate method inModel
andModelInference
class.Added
hardware_spec
support in Batch class.
π Bug Fixes:
Fixed correct schema for timeseries-anomaly-prediction prediction type.
1.0.6ΒΆ
π Bug Fixes:
Added more clear Error message when user pass invalid credentials.
Fixed βInvalid authorization tokenβ error when initializing the client with the βUSER_ACCESS_TOKENβ environment variable on a cluster
1.0.5ΒΆ
π Features:
Added auto-generated Enum classes (TextModels, EmbeddingModels, PromptTunableModels) with available models
π Bug Fixes:
Better filtering of supported runtimes for r-scripts
Fixed downloading model content to file
Improved scaling Prompt Tuning charts
Provided a clearer error message when a user passes an incorrect URL to the cluster
1.0.4ΒΆ
π Features:
Added forecast_window parameter support for online deployment scoring
1.0.3ΒΆ
π Features:
Milvus support for RAG extension
Autogenerated changelog
Travis is tagging the version during push into production
π Bug Fixes:
Reading data assets as binary when flight is unavailable
next resource generator type fixed, other internal type issues fixed
Reading tabular dataset with non-unique columns
Deprecation warnings removed when using fm_model_inference
1.0.2ΒΆ
π Features:
Added get and get_item methods for better compatibility with SDK v0
π Bug Fixes:
Relaxed package version checking
Fixed AutoAI initialization without version in credentials
Fixed calls to wx endpoints in git base project
Fixed backward compatibility of WebService and Batch class for credentials in dictionary
1.0.1ΒΆ
π Bug Fixes:
Hotfix for imports
1.0.0ΒΆ
π Features:
RAGutils module added
Getting foundation models specs moved under foundation models object
Credentials as object + proxies supported
WCA service support
π Bug Fixes:
Minor corrections/improvements to Foundation Models module