Urgent
React2Shell security update
Auto-fix projectsLearn more

voyage-law-2

voyage/voyage-law-2

Voyage AI's embedding model optimized for legal retrieval and RAG.

index.ts
import { embed } from 'ai';
const result = await embed({
model: 'voyage/voyage-law-2',
value: 'Sunny day at the beach',
})