feat: Claude client + Voyage AI embed helper

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01FFDuBhMKvoWjrWT3ZnGmmr
This commit is contained in:
2026-07-11 16:10:26 +08:00
co-authored by Claude Sonnet 4.6
parent 0e53d5c771
commit ebaa98d9f4
6 changed files with 101 additions and 2 deletions
+5
View File
@@ -0,0 +1,5 @@
import Anthropic from '@anthropic-ai/sdk'
export const anthropic = new Anthropic({
apiKey: process.env.ANTHROPIC_API_KEY ?? '',
})