-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
111 lines (106 loc) · 3.21 KB
/
Copy pathmkdocs.yml
File metadata and controls
111 lines (106 loc) · 3.21 KB
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
site_name: GIMKit
site_url: https://sculptai.github.io/GIMKit
site_description: Structured text generation and information extraction toolkit for language models.
site_author: Shichao Song
repo_name: SculptAI/GIMKit
repo_url: https://github.com/SculptAI/GIMKit
theme:
name: material
language: en
palette:
- scheme: default
primary: indigo
accent: indigo
toggle:
icon: material/weather-night
name: Switch to dark mode
- scheme: slate
primary: indigo
accent: indigo
toggle:
icon: material/weather-sunny
name: Switch to light mode
features:
- navigation.top
- content.code.copy
- search.suggest
plugins:
- search
- autorefs:
resolve_closest: true
- mkdocstrings:
handlers:
python:
paths:
- src
options:
show_source: true
show_root_heading: true
show_root_toc_entry: true
- minify:
minify_html: true
- i18n:
languages:
- locale: en
default: true
name: English
build: true
- locale: zh
name: 中文
build: true
nav_translations:
Home: 首页
Installation: 安装
How GIMKit Works: GIMKit 原理
Quick Start: 快速开始
Model Usage: 模型使用
Overview: 总览
OpenAI Client: OpenAI 客户端
vLLM Client (Server Mode): vLLM 客户端(服务端)
vLLM Offline Client: vLLM 离线客户端
Use Cases: 应用案例
Classic IE Use Cases: 经典信息抽取案例
Privacy and PII Use Cases: 隐私与 PII 案例
Other Use Cases: 其他应用案例
API Reference: API 参考
nav:
- 首页: index.md
- 安装: installation.md
- GIMKit 原理: principles.md
- 快速开始: quickstart.md
- 模型使用:
- 总览: models/index.md
- OpenAI 客户端: models/openai.md
- vLLM 客户端(服务端): models/vllm.md
- vLLM 离线客户端: models/vllm-offline.md
- 应用案例:
- 经典信息抽取案例: use-cases/classic.md
- 隐私与 PII 案例: use-cases/privacy-pii.md
- 其他应用案例: use-cases/others.md
- API 参考: api.md
nav:
- Home: index.md
- Installation: installation.md
- How GIMKit Works: principles.md
- Quick Start: quickstart.md
- Model Usage:
- Overview: models/index.md
- OpenAI Client: models/openai.md
- vLLM Client (Server Mode): models/vllm.md
- vLLM Offline Client: models/vllm-offline.md
- Use Cases:
- Classic IE Use Cases: use-cases/classic.md
- Privacy and PII Use Cases: use-cases/privacy-pii.md
- Other Use Cases: use-cases/others.md
- API Reference: api.md
markdown_extensions:
- admonition
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.tabbed:
alternate_style: true
exclude_docs: |
requirements.txt