v2.36.1
8 months 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 movingAdditionalSettingsinto theBaseEmbeddingsclass, enhancing modularity and simplifying the extension of embedding configurations. -
Asynchronous Validation Hook
Implemented an optional asynchronousValidatemethod for allBaseEntitysubclasses, allowing for custom validation logic during theSave()operation pipeline.
