v2.36.1

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 moving AdditionalSettings into the BaseEmbeddings class, enhancing modularity and simplifying the extension of embedding configurations.

  • Asynchronous Validation Hook
    Implemented an optional asynchronous Validate method for all BaseEntity subclasses, allowing for custom validation logic during the Save() operation pipeline.