mirror of
https://github.com/langgenius/dify.git
synced 2026-05-06 02:18:08 +08:00
feat: add jina embedding (#1647)
Co-authored-by: takatost <takatost@gmail.com>
This commit is contained in:
10
api/core/model_providers/rules/jina.json
Normal file
10
api/core/model_providers/rules/jina.json
Normal file
@ -0,0 +1,10 @@
|
||||
{
|
||||
"support_provider_types": [
|
||||
"custom"
|
||||
],
|
||||
"system_config": null,
|
||||
"model_flexibility": "fixed",
|
||||
"supported_model_types": [
|
||||
"embeddings"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user