feat(api): support wenxin bge-large and tao embedding model. (#7393)
parent
31f9977411
commit
1f944c6eeb
@ -0,0 +1,9 @@
|
|||||||
|
model: bge-large-en
|
||||||
|
model_type: text-embedding
|
||||||
|
model_properties:
|
||||||
|
context_size: 512
|
||||||
|
max_chunks: 16
|
||||||
|
pricing:
|
||||||
|
input: '0.0005'
|
||||||
|
unit: '0.001'
|
||||||
|
currency: RMB
|
||||||
@ -0,0 +1,9 @@
|
|||||||
|
model: bge-large-zh
|
||||||
|
model_type: text-embedding
|
||||||
|
model_properties:
|
||||||
|
context_size: 512
|
||||||
|
max_chunks: 16
|
||||||
|
pricing:
|
||||||
|
input: '0.0005'
|
||||||
|
unit: '0.001'
|
||||||
|
currency: RMB
|
||||||
@ -0,0 +1,9 @@
|
|||||||
|
model: tao-8k
|
||||||
|
model_type: text-embedding
|
||||||
|
model_properties:
|
||||||
|
context_size: 8192
|
||||||
|
max_chunks: 1
|
||||||
|
pricing:
|
||||||
|
input: '0.0005'
|
||||||
|
unit: '0.001'
|
||||||
|
currency: RMB
|
||||||
Loading…
Reference in New Issue