Voyage Finance 2
Voyage Finance 2 is Voyage AI's finance-specialized embedding model with a context window of 0 tokens. It achieves 0.831 average NDCG@10 across 11 financial retrieval datasets, outperforming OpenAI text-embedding-3-large by 7% and Cohere Embed v3 by 12%.
import { embed } from 'ai';
const result = await embed({ model: 'voyage/voyage-finance-2', value: 'Sunny day at the beach',})