-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
166 lines (160 loc) · 4.86 KB
/
Copy pathmkdocs.yml
File metadata and controls
166 lines (160 loc) · 4.86 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
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
site_name: ragweld Docs
site_description: Open-source API-first MLOps Engineering Platform for retrieval and agent systems
site_url: https://dmontgomery40.github.io/ragweld/
repo_url: https://github.com/DMontgomery40/ragweld
repo_name: DMontgomery40/ragweld
edit_uri: edit/main/mkdocs/docs/
copyright: Copyright © 2026 ragweld
docs_dir: mkdocs/docs
theme:
name: material
language: en
palette:
- scheme: default
primary: deep purple
accent: purple
toggle:
icon: material/brightness-7
name: Switch to dark mode
- scheme: slate
primary: deep purple
accent: purple
toggle:
icon: material/brightness-4
name: Switch to light mode
font:
text: Roboto
code: Roboto Mono
features:
- navigation.instant
- navigation.instant.progress
- navigation.tracking
- navigation.tabs
- navigation.tabs.sticky
- navigation.sections
- navigation.expand
- navigation.indexes
- navigation.top
- navigation.footer
- toc.follow
- toc.integrate
- header.autohide
- content.code.copy
- content.code.annotate
- content.tabs.link
- content.tooltips
- content.action.edit
- content.action.view
- search.suggest
- search.highlight
- search.share
icon:
logo: material/vector-combine
repo: fontawesome/brands/github
admonition:
note: material/note-text
info: material/information
tip: material/lightbulb
success: material/check-circle
warning: material/alert
danger: material/alert-circle
plugins:
- search
- mike
- git-revision-date-localized:
enable_creation_date: true
type: iso_datetime
strict: false
- minify:
minify_html: true
minify_js: true
minify_css: true
- glightbox
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.tabbed:
alternate_style: true
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.keys
- attr_list
- md_in_html
- def_list
- footnotes
- tables
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/DMontgomery40/ragweld
version:
provider: mike
default: latest
extra_javascript:
- https://unpkg.com/mermaid@11/dist/mermaid.min.js
- assets/js/mermaid-init.js
nav:
- Home: index.md
- User Manual:
- Overview: manual/index.md
- Quickstart: manual/quickstart.md
- Native Postgres (macOS): manual/native_postgres.md
- Indexing a corpus: manual/indexing.md
- Searching & answering: manual/search.md
- Source document viewer: manual/source_viewer.md
- Web search in Chat: manual/web_search.md
- UI tour: manual/ui.md
- Troubleshooting: manual/troubleshooting.md
- Concepts:
- Architecture: architecture.md
- Retrieval overview: retrieval/overview.md
- Indexing pipeline: indexing.md
- Corpus vs repo_id: guides/corpus.md
- Evaluation guide: eval_guide.md
- Synthetic Data Lab: guides/synthetic_lab.md
- Figure grounding eval: guides/eval_figure_grounding.md
- Reference:
- Configuration: configuration.md
- API: api.md
- Models: models.md
- Glossary: glossary.md
- Operations:
- Deployment: deployment.md
- Operations & metrics: operations.md
- Docker services UI: operations/docker_ui.md
- Production scope & links: operations/production_scope.md
- Tracing: operations/tracing.md
- Startup & lifecycle: operations/lifecycle.md
- Startup cancellation & unwind: operations/cancellation.md
- Postgres schema modes: operations/postgres.md
- MLX chat model lifecycle: operations/mlx.md
- Codex exec automation (cron lanes): operations/codex_exec.md
- MLX reranker idle-unload: operations/mlx_idle_unload.md
- Alert webhooks: operations/webhooks.md
- Security: security.md
- Troubleshooting: troubleshooting.md
- Developer:
- Dev workflow: dev_workflow.md
- Docs Autopilot: dev/docs-autopilot.md
- Docs Autopilot workflow: dev/docs-autopilot-workflow.md
- Docs Autopilot (CI soft-fail updates): dev/docs-autopilot-ci.md
- Pydantic: dev/pydantic.md
- Config store & caching: dev/config_store.md
- Config cache & locks: dev/config_cache_locks.md
- Acceptance smoke test: dev/acceptance_epstein.md
- Frontend: frontend.md
- Testing: testing.md
- Observability: observability.md