> ## Documentation Index
> Fetch the complete documentation index at: https://anaconda.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Release notes

## Anaconda AI

<Update label="0.7.0" description="2026-05-21">
  * Added support for downloading safetensors collections with `anaconda ai download --safetensors <MODEL>`. Requires the `ai-catalyst` backend.
</Update>

<Update label="0.6.0" description="2026-05-08">
  * Added MCP support for listing and downloading models and managing model servers with any backend.
  * Added support for deploying models to Amazon SageMaker AI endpoints.
</Update>

<Update label="0.5.0" description="2026-03-17">
  * Added support for `ai-catalyst` backend with multi-site configuration for Anaconda Platform users.
  * All CLI commands now support a `--json` flag for machine-readable output.
  * Introduced Model Context Protocol (MCP) server integration for IDE and client compatibility.
  * Major updates to framework integrations with improved class structure and functionality.
  * Added support for automated package command workflows.
</Update>

<Update label="0.4.3" description="2025-10-04">
  * Added support for tool calling functionality in model interactions.
</Update>

<Update label="0.4.2" description="2025-10-02">
  * Bug fixes and stability improvements.
</Update>

<Update label="0.4.1" description="2025-05-12">
  * Bug fixes and stability improvements.
</Update>

<Update label="0.4.0" description="2025-05-07">
  * Added pgvector database support for embedding storage and retrieval.
  * Improved quantized model downloading with better progress tracking.
  * Enhanced port management and AI Navigator configuration reading.
  * New CLI commands for vector database management:
    * `anaconda ai launch-vectordb` - Start a pgvector database instance
    * `anaconda ai stop-vectordb` - Stop the vector database
    * `anaconda ai list-tables` - List database tables
    * `anaconda ai create-table` - Create new tables
    * `anaconda ai drop-table` - Remove tables
</Update>

<Update label="0.3.4" description="2025-04-08">
  * Improved CLI parameter handling and configuration management.
</Update>

<Update label="0.3.3" description="2025-03-27">
  * Bug fixes and stability improvements.
</Update>

<Update label="0.3.2" description="2025-03-27">
  * Bug fixes and stability improvements.
</Update>

<Update label="0.3.1" description="2025-03-25">
  * Bug fixes and stability improvements.
</Update>

<Update label="0.3.0" description="2025-03-25">
  * Initial framework integrations and core functionality.
</Update>

<Update label="0.2.2" description="2025-01-21">
  * Early release with basic model management capabilities.
</Update>
