-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig.json
50 lines (48 loc) · 1.07 KB
/
config.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
{
"index_name": "typerefinery.ai",
"start_urls": [
{
"url": "https://typerefinery.ai/",
"selectors_key": "v1",
"tags": [
"v1"
]
}
],
"sitemap_urls": [
],
"sitemap_alternate_links": true,
"stop_urls": [],
"selectors": {
"v1": {
"lvl0": {
"selector": ".nav-link",
"global": true,
"default_value": "Documentation"
},
"lvl1": ".content__default h1",
"lvl2": ".content__default h2",
"lvl3": ".content__default h3",
"lvl4": ".content__default h4",
"lvl5": ".content__default h5",
"text": ".content__default p, .content__default li",
"lang": {
"selector": "/html/@lang",
"type": "xpath",
"global": true
}
}
},
"scrape_start_urls": false,
"strip_chars": " .,;:#",
"custom_settings": {
"attributesForFaceting": [
"lang",
"tags"
]
},
"conversation_id": [
"833762294"
],
"nb_hits": 9510
}