Skip to content

Elsai Core — Release Notes

Installation command updated

The pip index URL for all Elsai Core packages has changed. Replace any existing install commands that use https://elsai-core-package.optisolbusiness.com/root/ with the new URL:

https://core-packages.elsai.ai/root/<package-name>/

All install commands in this documentation already reflect the updated URL.


v2.0.0

Release Date: July 2025

New features

Elsai Cloud Connectors

  • Microsoft Outlook Integration — Send emails with attachments and rich HTML formatting using the Microsoft Graph API.
  • Microsoft Delta API Support — Track incremental changes in Outlook, OneDrive, and SharePoint data.
  • EmailService — Generic email sending service.

Elsai OCR Extractors v2.0.0

  • Mistral OCR — Support for the Mistral OCR engine for complex document layouts.
  • Amazon Boto3 Connector — Native connectors for AWS services using the Boto3 SDK (sync and async modes).
  • Amazon Textractor — AWS Textract integration for document analysis (sync and async workflows).

Elsai Model v1.0.0

  • Gemini Integration — Google Gemini with full multimodal generation capabilities.
  • LiteLLM Integration — Unified interface across all LLM providers through LiteLLM.
  • Async OpenAI & Azure OpenAI — Asynchronous connectors for high-throughput inference.

Elsai VectorDB v2.0.0

  • as_retriever() method — All vector stores now expose a retriever interface for seamless integration with elsai-retrievers in RAG workflows.

Changes

Elsai Prompts

  • Pezzo → Elsai Foundry Migration — Prompts are now managed within Elsai Foundry, providing centralized version control, better traceability, and improved lifecycle management. v1.0.0 is deprecated.

Elsai Model

  • Native Bedrock implementation — Migrated from LangChain to a native boto3 implementation, reducing latency and dependency overhead.

Elsai OCR Extractors

  • VisionAI enhancements — Sync and async processing, configurable batch sizes.
  • Azure Document Intelligence — Accepts additional keyword arguments for customization.

Upgrade guide

bash
pip install --upgrade \
  --extra-index-url https://core-packages.elsai.ai/root/elsai-model/ elsai-model==1.4.1 \
  --extra-index-url https://core-packages.elsai.ai/root/elsai-ocr-extractors/ elsai-ocr-extractors==2.0.1 \
  --extra-index-url https://core-packages.elsai.ai/root/elsai-prompts/ elsai-prompts==1.1.0 \
  --extra-index-url https://core-packages.elsai.ai/root/elsai-cloud-connectors/ elsai-cloud==2.1.0 \
  --extra-index-url https://core-packages.elsai.ai/root/elsai-vectordb/ elsai-vectordb==2.2.1

v1.0.0

Initial release

PackageVersion
elsai-model1.0.0
elsai-embeddings0.1.0
elsai-vectordb1.0.0
elsai-retrievers0.1.0
elsai-chat-history0.1.0
elsai-prompts1.0.0
elsai-utilities0.1.0
elsai-text-extractors0.1.0
elsai-ocr-extractors1.0.0
elsai-cloud-connectors0.1.0
elsai-db0.1.0
elsai-stt0.1.0
elsai-mcp0.1.0

Package version history

elsai-model

VersionChanges
1.4.1Current stable
1.3.0implementation param (native/langchain) for OpenAI and Azure
1.2.2All connectors return full response object
1.2.1Gemini logprobs support
1.2.0Bedrock invoke_with_image for OCR
1.1.2Gemini response format change
1.1.1Bedrock Messages API (Claude Sonnet 4 support)
1.1.0AnthropicBedrockConnector; Bedrock streaming
1.0.1Streaming for OpenAI and Azure OpenAI
1.0.0Gemini; LiteLLM; native Bedrock boto3

elsai-vectordb

VersionChanges
2.2.1Current stable
2.1.0Filter-based retrieve_document for ChromaDB and Pinecone
2.0.0as_retriever() method added
1.1.0update_document, delete_document, list_collections, delete_collection
1.0.0ChromaDB, Pinecone, Weaviate

elsai-ocr-extractors

VersionChanges
2.0.1Current stable
2.0.0Mistral OCR; Amazon Boto3 Connector; Amazon Textractor
1.0.0VisionAI sync/async; Azure Document Intelligence keywords

elsai-embeddings

VersionChanges
0.2.0Amazon Bedrock embeddings
0.1.0Azure OpenAI embeddings

elsai-chat-history

VersionChanges
1.1.0SemanticMemoryStrategyImpl, SimilaritySearchStrategy
1.0.0Initial release

elsai-prompts

VersionChanges
1.1.0Migrated to Elsai Foundry
1.0.0Deprecated — Pezzo-based

elsai-cloud-connectors

VersionChanges
2.1.0Current stable
1.0.0Outlook; Delta API; EmailService

Other packages

PackageVersionNotes
elsai-graph-constructor0.1.0Initial release
elsai-graph-generator0.1.0Initial release
elsai-graph-query-rag0.1.0Initial release
elsai-retrievers0.1.0Initial release
elsai-text-extractors0.1.0Initial release
elsai-parsers0.1.0Initial release
elsai-nli0.1.0Initial release
elsai-stt0.1.0Initial release
elsai-utilities0.2.0Current stable
elsai-db0.2.0LangChain upgrade
elsai-mcp0.1.1Current stable

Copyright © 2026 Elsai Foundry.