-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmanifest.yaml
More file actions
37 lines (37 loc) · 766 Bytes
/
manifest.yaml
File metadata and controls
37 lines (37 loc) · 766 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
version: 0.0.2
type: plugin
author: junjiem
name: knowledge_extractor
label:
en_US: Knowledge Extractor
zh_Hans: 知识提取器
description:
en_US: Use LLM to Extract knowledge & summary from large text.
zh_Hans: 利用 LLM 从大文本中提取知识 & 总结摘要。
icon: icon.svg
resource:
memory: 268435456
permission:
model:
enabled: true
llm: true
text_embedding: false
rerank: false
tts: false
speech2text: false
moderation: false
plugins:
tools:
- provider/knowledge_extractor.yaml
meta:
version: 0.0.1
arch:
- amd64
- arm64
runner:
language: python
version: "3.12"
entrypoint: main
created_at: 2025-03-20T12:02:55.7328669+08:00
privacy: PRIVACY.md
verified: false