mirror of
https://github.com/zadam/trilium.git
synced 2025-11-06 13:26:01 +01:00
add Voyage AI as Embedding provider
This commit is contained in:
@@ -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
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user