-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
109 lines (104 loc) · 2.85 KB
/
Copy pathmkdocs.yml
File metadata and controls
109 lines (104 loc) · 2.85 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
site_name: Daimon
site_url: https://sonicboom15.github.io/daimon/
site_description: The spirit that runs alongside your AI app — a pluggable sidecar runtime for LLMs
site_author: sonicboom15
repo_url: https://github.com/sonicboom15/daimon
repo_name: sonicboom15/daimon
edit_uri: edit/main/docs/
theme:
name: material
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
primary: indigo
accent: indigo
toggle:
icon: material/brightness-7
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: indigo
accent: indigo
toggle:
icon: material/brightness-4
name: Switch to light mode
font:
text: Inter
code: JetBrains Mono
features:
- navigation.tabs
- navigation.tabs.sticky
- navigation.sections
- navigation.expand
- navigation.top
- navigation.footer
- search.suggest
- search.highlight
- content.code.copy
- content.code.annotate
- content.tabs.link
- toc.follow
plugins:
- search
markdown_extensions:
- admonition
- attr_list
- def_list
- footnotes
- md_in_html
- tables
- toc:
permalink: true
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- pymdownx.details
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
nav:
- Home: index.md
- Quick Start: quickstart.md
- Configuration:
- Overview: configuration/index.md
- Components: configuration/components.md
- MCP Servers: configuration/mcp-servers.md
- Telemetry: configuration/telemetry.md
- HTTP API: api.md
- SDKs:
- Python: sdk/python.md
- TypeScript: sdk/typescript.md
- Java: sdk/java.md
- Stores:
- Overview: stores/index.md
- RAG Enrichment: rag.md
- Vector Stores:
- In-Memory (BM25): stores/vector/inmemory.md
- Chroma: stores/vector/chroma.md
- Qdrant: stores/vector/qdrant.md
- Redis Stack: stores/vector/redis.md
- pgvector: stores/vector/pgvector.md
- Graph Stores:
- Neo4j: stores/graph/neo4j.md
- Memgraph: stores/graph/memgraph.md
- Providers:
- OpenAI: providers/openai.md
- Anthropic: providers/anthropic.md
- Gemini: providers/gemini.md
- Mistral: providers/mistral.md
- Local models (llamacpp): providers/llamacpp.md
- Tool Calls (MCP): mcp.md
- Observability: observability.md
- Development: development.md
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/sonicboom15/daimon
version:
provider: mike