mirror of
https://github.com/langgenius/dify.git
synced 2024-11-16 11:42:29 +08:00
chore: add missing models from Voyage (#8950)
This commit is contained in:
parent
1f5cc071f8
commit
cdd7e55a88
|
@ -0,0 +1,4 @@
|
|||
- rerank-2
|
||||
- rerank-lite-2
|
||||
- rerank-1
|
||||
- rerank-lite-1
|
|
@ -0,0 +1,4 @@
|
|||
model: rerank-2
|
||||
model_type: rerank
|
||||
model_properties:
|
||||
context_size: 16000
|
|
@ -0,0 +1,4 @@
|
|||
model: rerank-lite-2
|
||||
model_type: rerank
|
||||
model_properties:
|
||||
context_size: 8000
|
|
@ -0,0 +1,6 @@
|
|||
- voyage-3
|
||||
- voyage-3-lite
|
||||
- voyage-finance-2
|
||||
- voyage-multilingual-2
|
||||
- voyage-law-2
|
||||
- voyage-code-2
|
|
@ -0,0 +1,8 @@
|
|||
model: voyage-code-2
|
||||
model_type: text-embedding
|
||||
model_properties:
|
||||
context_size: 16000
|
||||
pricing:
|
||||
input: '0.00012'
|
||||
unit: '0.001'
|
||||
currency: USD
|
|
@ -0,0 +1,8 @@
|
|||
model: voyage-finance-2
|
||||
model_type: text-embedding
|
||||
model_properties:
|
||||
context_size: 32000
|
||||
pricing:
|
||||
input: '0.00012'
|
||||
unit: '0.001'
|
||||
currency: USD
|
|
@ -0,0 +1,8 @@
|
|||
model: voyage-law-2
|
||||
model_type: text-embedding
|
||||
model_properties:
|
||||
context_size: 16000
|
||||
pricing:
|
||||
input: '0.00012'
|
||||
unit: '0.001'
|
||||
currency: USD
|
|
@ -0,0 +1,8 @@
|
|||
model: voyage-multilingual-2
|
||||
model_type: text-embedding
|
||||
model_properties:
|
||||
context_size: 32000
|
||||
pricing:
|
||||
input: '0.00012'
|
||||
unit: '0.001'
|
||||
currency: USD
|
Loading…
Reference in New Issue
Block a user