v2.36.1
12 days ago by Craig Adam
New Features
- Azure AI Inference Integration
Introduced support for Azure AI services within the AI inference engine, enabling seamless integration of Azure-hosted models alongside existing providers.
Improvements
-
Embeddings Architecture Refactor
Refactored the embeddings system by movingAdditionalSettings
into theBaseEmbeddings
class, enhancing modularity and simplifying the extension of embedding configurations. -
Asynchronous Validation Hook
Implemented an optional asynchronousValidate
method for allBaseEntity
subclasses, allowing for custom validation logic during theSave()
operation pipeline.