Overview
Voyage AI provides specialized embedding models optimized for different domains including code, legal, and finance.Quick Start
CLI Usage
Setup
Available Models
Memory sizes its vector store from
get_dimensions(embedding_model). Before the follow-up commits on PraisonAI PR #3027 (2026-07-14; praisonaiagents after 1.6.151 / praisonai after 4.6.148), voyage-3-lite fell through to voyage-3’s 1024 because the substring lookup matched the shorter key first — a memory collection created with that model on an older release will be 1024-dim while the model emits 512-dim vectors, causing dimension-mismatch errors on upsert. Upgrade praisonaiagents and re-create the collection to fix it. The voyage/ and openai/-prefixed forms were affected the same way.
