generated from mintlify/starter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mint.json
93 lines (93 loc) · 2.46 KB
/
mint.json
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
{
"$schema": "https://mintlify.com/schema.json",
"name": "Chonkie",
"logo": {
"light": "/logo/chonkie_logo_horizontal_large.png",
"dark": "/logo/chonkie_logo_horizontal_large.png",
"href": "/"
},
"favicon": "/favicon.png",
"colors": {
"primary": "#7c6f64",
"light": "#A86F60",
"dark": "#504945",
"background": {
"dark": "#282828",
"light": "#faf6e3"
},
"anchors": {
"from": "#7c6f64",
"to": "#928374"
}
},
"background": {
"style": "grid"
},
"theme": "prism",
"layout": "topnav",
"modeToggle": {
"default": "dark",
"isHidden": false
},
"topbarCtaButton": {
"type": "github",
"url": "https://github.com/bhavnicksm/chonkie"
},
"codeBlock":{
"mode": "auto"
},
"navigation": [
{
"group": "Getting Started",
"pages": [
"getting-started/introduction",
"getting-started/installation",
"getting-started/concepts"
]
},
{
"group": "Chunkers",
"pages": [
"chunkers/overview",
"chunkers/token-chunker",
"chunkers/word-chunker",
"chunkers/sentence-chunker",
"chunkers/semantic-chunker",
"chunkers/sdpm-chunker"
]
},
{
"group": "Embeddings",
"pages": [
"embeddings/overview",
"embeddings/auto-embeddings",
"embeddings/sentence-transformer-embeddings",
"embeddings/openai-embeddings",
"embeddings/model2vec-embeddings",
"embeddings/custom-embeddings"
]
}
],
"feedback": {
"thumbsRating": true,
"suggestEdit": true
},
"footerSocials": {
"github": "https://github.com/bhavnicksm/chonkie",
"x": "https://x.com/BhavnickMinhas",
"linkedin": "https://www.linkedin.com/in/bhavnicksm"
},
"metadata": {
"og:site_map": "Chonkie Documentation",
"og:title": "Chonkie Documentation",
"og:description": "🦛 CHONK your text with Chonkie✨ - A no nonsense text chunking library for RAGs",
"og:url": "https://docs.chonkie.ai",
"og:image": "/images/chonkie_logo_white_bg.png",
"og:logo": "/logo/chonkie_logo_horizontal_large.png",
"article:publisher": "https://github.saobby.my.eu.orge/bhavnicksm",
"twitter:title": "Chonkie Documentation",
"twitter:description": "🦛 CHONK your text with Chonkie✨ - A no nonsense text chunking library for RAGS",
"twitter:site": "https://docs.chonkie.ai",
"twitter:image": "/images/chonkie_logo_white_bg.png"
}
}