v0.2.2

vectordotdev/vectorv0.2.2Jun 18, 2026by het0814

AI Summary

This release adds Ollama host-mode support for on-prem deployments, allowing models to be pulled and run on the host machine instead of requiring Docker-internal Ollama access. The update improves local development workflows by eliminating the need to expose Docker sockets.

Key Highlights

  • Ollama host-mode pull support for on-prem setups
  • Model-agnostic messaging in pull helpers
  • New setup path for host-mounted Ollama

New Features

  • Pull Ollama models onto host machine
  • Support for any Ollama-compatible LLM
  • Eliminate need to expose Docker sockets

Full Release Notes

# Release Notes for v0.2.2

  This release adds **Ollama host-mode support** for on-prem deployments, allowing models to be pulled and run on the host machine instead of requiring Docker-internal Ollama access.

  ## Improvements

  - **Ollama host-mode pull support** (`memanto/cli/commands/core.py`)
    - On-prem setup now supports pulling Ollama models onto the **host machine**
      instead of requiring Docker-internal Ollama access.
    - Model-agnostic messaging in pull helpers so the flow works with any
      Ollama-compatible LLM.
    - New setup path handles host-mounted Ollama, making local development easier
      and eliminating the need to expose Docker sockets.

  ## Full Changelog

  Full Changelog: https://github.com/moorcheh-ai/memanto/compare/v0.2.1...v0.2.2