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

@@ -21,6 +21,7 @@ export const LLM_CONSTANTS = {
OLLAMA: 6000,
OPENAI: 12000,
ANTHROPIC: 15000,
VOYAGE: 12000,
DEFAULT: 6000
},
@@ -38,6 +39,9 @@ export const LLM_CONSTANTS = {
ANTHROPIC: {
CLAUDE: 1024,
DEFAULT: 1024
},
VOYAGE: {
DEFAULT: 1024
}
},