Sfoglia il codice sorgente

Feat: add voyage-multimodal-3 (#7987)

### What problem does this PR solve?

Add voyage-multimodal-3.

### Type of change

- [x] New Feature (non-breaking change which adds functionality)
tags/v0.19.1
Yongteng Lei 5 mesi fa
parent
commit
37075eab98
Nessun account collegato all'indirizzo email del committer
1 ha cambiato i file con 6 aggiunte e 0 eliminazioni
  1. 6
    0
      conf/llm_factories.json

+ 6
- 0
conf/llm_factories.json Vedi File

@@ -3195,6 +3195,12 @@
"tags": "TEXT EMBEDDING, TEXT RE-RANK",
"status": "1",
"llm": [
{
"llm_name": "voyage-multimodal-3",
"tags": "TEXT EMBEDDING,Chat,IMAGE2TEXT,32000",
"max_tokens": 32000,
"model_type": "embedding"
},
{
"llm_name": "voyage-large-2-instruct",
"tags": "TEXT EMBEDDING,16000",

Loading…
Annulla
Salva