forked from microsoft/kernel-memory
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
89 lines (77 loc) · 2.7 KB
/
Copy path_config.yml
File metadata and controls
89 lines (77 loc) · 2.7 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
# Config for GitHub Pages
remote_theme: just-the-docs/[email protected]
# To test locally run `run-with-docker.sh`
# and open http://127.0.0.1:4000/kernel-memory/
# ========================================================
# == everything below is the same as _config.local.yml ==
# ========================================================
title: Kernel Memory
description: >-
Index and query any data using LLM and natural language, tracking sources and
showing citations. Kernel Memory (KM) is a multi-modal AI Service specialized
in the efficient indexing of datasets through custom continuous data hybrid
pipelines, with support for Retrieval Augmented Generation (RAG), synthetic
memory, prompt engineering, and custom semantic memory processing.
baseurl: "/kernel-memory"
url: ""
favicon_ico: "/favicon.png"
enable_copy_code_button: true
heading_anchors: true
color_scheme: custom
callouts:
highlight:
color: yellow
console:
color: green
important:
title: Important
color: blue
new:
title: New
color: green
note:
title: Note
color: purple
warning:
title: Warning
color: red
nav_external_links:
- title: KM on GitHub
url: https://github.com/microsoft/kernel-memory
- title: KM on Discord
url: https://aka.ms/KMDiscord
aux_links:
"GitHub":
- "https://github.com/microsoft/kernel-memory"
"Discord":
- "https://aka.ms/KMDiscord"
back_to_top: false
back_to_top_text: "Back to top"
gh_edit_link: true
gh_edit_link_text: "Edit this page"
gh_edit_repository: "https://github.com/microsoft/kernel-memory"
gh_edit_branch: "main"
gh_edit_source: docs
gh_edit_view_mode: "tree"
search_enabled: true
search:
# Split pages into sections that can be searched individually # Supports 1 - 6, default: 6
heading_level: 6
# Maximum amount of previews per search result # Default: 3
previews: 3
# Maximum amount of words to display before a matched word in the preview # Default: 5
preview_words_before: 6
# Maximum amount of words to display after a matched word in the preview # Default: 10
preview_words_after: 10
# Set the search token separator # Default: /[\s\-/]+/ # Example: enable support for hyphenated search words
tokenizer_separator: /[\s/]+/
# Display the relative url in search results # Supports true (default) or false
rel_url: false
# Enable or disable the search button that appears in the bottom right corner of every page # Supports true or false (default)
button: true
mermaid:
# See https://cdn.jsdelivr.net/npm/mermaid/
version: "10.9.1"
mathjax:
source: https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/latest.js?config=TeX-AMS_CHTML
config: 'MathJax.Hub.Config({ TeX: { equationNumbers: { autoNumber: "AMS" } } })'