-
Notifications
You must be signed in to change notification settings - Fork 474
/
mkdocs.yml
180 lines (170 loc) · 5.57 KB
/
mkdocs.yml
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
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
# Site information
site_name: Outlines
site_author: The Outlines developers
site_description: >-
Structured text generation with LLMs
# Repository
repo_name: dottxt-ai/outlines
repo_url: https://github.com/dottxt-ai/outlines
# Copyright
copyright: Copyright © 2023- The Outlines Developers
# Configuration
theme:
name: material
custom_dir: docs/overrides
palette:
- scheme: default
primary: white
logo: assets/images/logo-square.svg
favicon: assets/images/logo-simple.png
icon:
repo: fontawesome/brands/github
features:
- content.code.copy
- navigation.expand
- navigation.tabs
- navigation.sections
- header.autohide
- announce.dismiss
font:
text: Inter
code: Source Code Pro
# Additional configuration
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/dottxt-ai
- icon: fontawesome/brands/twitter
link: https://twitter.com/remilouf
generator: false
analytics:
provider: google
property: !ENV GOOGLE_ANALYTICS_KEY
version:
provider: mike
default: latest
alias: true
# Extensions
markdown_extensions:
- admonition
- def_list
- attr_list
- md_in_html
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
noclasses: True
pygments_style: nord
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.tabbed:
alternate_style: true
- pymdownx.inlinehilite
- pymdownx.details
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
extra_css:
- stylesheets/extra.css
plugins:
- blog
- mkdocstrings:
default_handler: python
handlers:
python:
options:
show_submodules: true
- search
- section-index
- social:
cards_layout_options:
color: #173a58
- git-committers:
repository: dottxt-ai/outlines
branch: main
- git-revision-date-localized:
enable_creation_date: true
type: timeago
nav:
- Home: index.md
- Getting Started:
- Welcome to Outlines: welcome.md
- Installation: installation.md
- Quickstart: quickstart.md
- Licence: licence.md
- Cookbook:
- cookbook/index.md
- Classification: cookbook/classification.md
- Named Entity Extraction: cookbook/extraction.md
- Generate synthetic data: cookbook/dating_profiles.md
- Summarize a document: cookbook/chain_of_density.md
- Playing chess: cookbook/models_playing_chess.md
- Perspective-taking prompting: cookbook/simtom.md
- Question-answering with citations: cookbook/qa-with-citations.md
- Knowledge Graph Extraction: cookbook/knowledge_graph_extraction.md
- Structured Generation Workflow: cookbook/structured_generation_workflow.md
- Chain of Thought (CoT): cookbook/chain_of_thought.md
- ReAct Agent: cookbook/react_agent.md
- Vision-Language Models: cookbook/atomic_caption.md
- Structured Generation from PDFs: cookbook/read-pdfs.md
- Earnings reports to CSV: cookbook/earnings-reports.md
- Digitizing receipts with vision models: cookbook/receipt-digitization.md
- Run on the cloud:
- BentoML: cookbook/deploy-using-bentoml.md
- Cerebrium: cookbook/deploy-using-cerebrium.md
- Modal: cookbook/deploy-using-modal.md
- Docs:
- reference/index.md
- Generation:
- Overview: reference/generation/generation.md
- Text: reference/text.md
- Samplers: reference/samplers.md
- Structured generation:
- How does it work?: reference/generation/structured_generation_explanation.md
- Classification: reference/generation/choices.md
- Regex: reference/generation/regex.md
- Type constraints: reference/generation/format.md
- JSON (function calling): reference/generation/json.md
- Grammar: reference/generation/cfg.md
- Creating Grammars: reference/generation/creating_grammars.md
- Custom FSM operations: reference/generation/custom_fsm_ops.md
- Utilities:
- Serve with vLLM: reference/serve/vllm.md
- Serve with LM Studio: reference/serve/lmstudio.md
- Custom types: reference/generation/types.md
- Prompt templating: reference/prompting.md
- Outlines functions: reference/functions.md
- Models:
- Overview: reference/models/models.md
- Open source:
- Transformers: reference/models/transformers.md
- Transformers Vision: reference/models/transformers_vision.md
- Llama.cpp: reference/models/llamacpp.md
- vLLM: reference/models/vllm.md
- TGI: reference/models/tgi.md
- ExllamaV2: reference/models/exllamav2.md
- MLX: reference/models/mlxlm.md
- Mamba: reference/models/transformers.md
- API:
- OpenAI: reference/models/openai.md
- API Reference:
- api/index.md
- api/models.md
- api/prompts.md
- api/json_schema.md
- api/guide.md
- api/parsing.md
- api/regex.md
- api/samplers.md
- Community:
- community/index.md
- Feedback 🫶: community/feedback.md
- Chat with us ☕: https://discord.com/invite/R9DSu34mGd
- How to contribute 🏗️: community/contribute.md
- Your projects 👏: community/examples.md
- Versioning Guide 📌: community/versioning.md
- Blog: blog/index.md