Skip to main content
Version: v3.2.0

Version 3.2.0 (2025-01-25)

Data Updates

  • Expanded Embedding Model Support
    Users can now register their own embedding models from supported providers, including OpenAI, Hugging Face, and Azure. Previously, users were limited to a predefined list of embedding models.

  • Azure LLM & Embedding Model Support
    Added support for Azure LLMs and embedding models in addition to previously available providers.

Features

  • Custom Embedding Model Registration

    • Users can now register most embedding models available with our supported providers (OpenAI, Hugging Face, Azure).
    • This removes previous limitations on embedding model selection, allowing for greater flexibility and customization.
  • Asynchronous Document Processing

    • Document uploads are now processed asynchronously, allowing users to leave the page without interrupting processing.
    • A new status button provides real-time updates on the progress of uploaded documents, including success and error states.
  • Support for Large Scans

    • The previous limitation of 3 queries at a time has been removed. Users can now run large scans without query limitations.
  • Expanded Storage Provider Support

    • Optimize:ai now supports additional storage providers, including MinIO, offering greater flexibility for storage solutions.
  • OAuth2 Support

    • Added Oauth2 support for standardized authentication and seemless integration.

API Updates

  • Carbon Endpoint for SCI Calculations
    • Released Carbon endpoint for SCI calculations

Bug Fixes