NEWVector Store Object Storage — 50x cheaper.Read the post →

    Changelog

    Release Notes

    New capabilities and performance improvements across the Mixpeek platform. Every entry links to relevant documentation and examples.

    May 2026

    PlatformFeature

    Plugin Marketplace

    Publish, discover, and install custom extractors across organizations. Includes typed SDK, manifest validation, CLI lint/test, auto-versioning, rollback, and BYO container support.

    APIFeature

    Feature Search endpoint

    New POST /v1/features/search endpoint for direct vector similarity search across extracted features, without needing a retriever.

    API reference
    EngineFeature

    Deploy-resilient batch jobs with auto-resubmit

    Batch jobs now survive cluster deployments. If a worker dies mid-run, the job is automatically resubmitted from where it left off. Combined with zombie batch TTL that auto-cancels stale drafts and fails stuck jobs.

    April 2026

    Vector StoreFeature

    MVS High Availability with automatic failover

    Primary-replica architecture with WAL-based replication, automatic failover with split-brain prevention, per-namespace recovery gates, atomic snapshots, and multi-namespace pods with lazy-load and LRU eviction.

    Vector StoreFeature

    MVS HPA autoscaling + gRPC load balancing

    Vector store replicas now autoscale based on query load using Kubernetes HPA. Client-side gRPC load balancing distributes queries across all healthy replicas.

    MVS docs
    APIFeature

    BYO inference on retriever stages

    Bring your own inference to retriever pipelines with feature_uri on rerank and LLM stages, plus a new classify stage. Run your own models inline during retrieval.