add Voyage AI as Embedding provider

This commit is contained in:
perf3ct
2025-03-17 22:32:00 +00:00
parent 558f6a9802
commit c37201183b
9 changed files with 340 additions and 252 deletions

View File

@@ -57,7 +57,8 @@ export interface OptionDefinitions extends KeyboardShortcutsOptions<KeyboardActi
openaiBaseUrl: string;
anthropicApiKey: string;
anthropicDefaultModel: string;
anthropicEmbeddingModel: string;
voyageEmbeddingModel: string;
voyageApiKey: string;
anthropicBaseUrl: string;
ollamaEnabled: boolean;
ollamaBaseUrl: string;