mirror of
https://github.com/langgenius/dify-plugin-sdks.git
synced 2026-07-22 02:15:22 -04:00
31 lines
507 B
YAML
31 lines
507 B
YAML
version: 0.0.2
|
|
type: plugin
|
|
author: "yeuoly"
|
|
name: "jina"
|
|
icon: "icon_s_en.svg"
|
|
label:
|
|
en_US: "Jina"
|
|
created_at: "2024-07-12T08:03:44.658609186Z"
|
|
description:
|
|
en_US: Embedding and Rerank Model Supported
|
|
resource:
|
|
memory: 1048576
|
|
permission:
|
|
tool:
|
|
enabled: true
|
|
model:
|
|
enabled: true
|
|
llm: true
|
|
plugins:
|
|
models:
|
|
- "provider/jina.yaml"
|
|
meta:
|
|
version: 0.0.1
|
|
arch:
|
|
- "amd64"
|
|
- "arm64"
|
|
runner:
|
|
language: "python"
|
|
version: "3.12"
|
|
entrypoint: "main"
|