Appearance
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 withelsai-retrieversin 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.1v1.0.0
Initial release
| Package | Version |
|---|---|
| elsai-model | 1.0.0 |
| elsai-embeddings | 0.1.0 |
| elsai-vectordb | 1.0.0 |
| elsai-retrievers | 0.1.0 |
| elsai-chat-history | 0.1.0 |
| elsai-prompts | 1.0.0 |
| elsai-utilities | 0.1.0 |
| elsai-text-extractors | 0.1.0 |
| elsai-ocr-extractors | 1.0.0 |
| elsai-cloud-connectors | 0.1.0 |
| elsai-db | 0.1.0 |
| elsai-stt | 0.1.0 |
| elsai-mcp | 0.1.0 |
Package version history
elsai-model
| Version | Changes |
|---|---|
| 1.4.1 | Current stable |
| 1.3.0 | implementation param (native/langchain) for OpenAI and Azure |
| 1.2.2 | All connectors return full response object |
| 1.2.1 | Gemini logprobs support |
| 1.2.0 | Bedrock invoke_with_image for OCR |
| 1.1.2 | Gemini response format change |
| 1.1.1 | Bedrock Messages API (Claude Sonnet 4 support) |
| 1.1.0 | AnthropicBedrockConnector; Bedrock streaming |
| 1.0.1 | Streaming for OpenAI and Azure OpenAI |
| 1.0.0 | Gemini; LiteLLM; native Bedrock boto3 |
elsai-vectordb
| Version | Changes |
|---|---|
| 2.2.1 | Current stable |
| 2.1.0 | Filter-based retrieve_document for ChromaDB and Pinecone |
| 2.0.0 | as_retriever() method added |
| 1.1.0 | update_document, delete_document, list_collections, delete_collection |
| 1.0.0 | ChromaDB, Pinecone, Weaviate |
elsai-ocr-extractors
| Version | Changes |
|---|---|
| 2.0.1 | Current stable |
| 2.0.0 | Mistral OCR; Amazon Boto3 Connector; Amazon Textractor |
| 1.0.0 | VisionAI sync/async; Azure Document Intelligence keywords |
elsai-embeddings
| Version | Changes |
|---|---|
| 0.2.0 | Amazon Bedrock embeddings |
| 0.1.0 | Azure OpenAI embeddings |
elsai-chat-history
| Version | Changes |
|---|---|
| 1.1.0 | SemanticMemoryStrategyImpl, SimilaritySearchStrategy |
| 1.0.0 | Initial release |
elsai-prompts
| Version | Changes |
|---|---|
| 1.1.0 | Migrated to Elsai Foundry |
| 1.0.0 | Deprecated — Pezzo-based |
elsai-cloud-connectors
| Version | Changes |
|---|---|
| 2.1.0 | Current stable |
| 1.0.0 | Outlook; Delta API; EmailService |
Other packages
| Package | Version | Notes |
|---|---|---|
| elsai-graph-constructor | 0.1.0 | Initial release |
| elsai-graph-generator | 0.1.0 | Initial release |
| elsai-graph-query-rag | 0.1.0 | Initial release |
| elsai-retrievers | 0.1.0 | Initial release |
| elsai-text-extractors | 0.1.0 | Initial release |
| elsai-parsers | 0.1.0 | Initial release |
| elsai-nli | 0.1.0 | Initial release |
| elsai-stt | 0.1.0 | Initial release |
| elsai-utilities | 0.2.0 | Current stable |
| elsai-db | 0.2.0 | LangChain upgrade |
| elsai-mcp | 0.1.1 | Current stable |