Spaces:
Sleeping
Sleeping
Update config2.json
Browse files- config2.json +6 -10
config2.json
CHANGED
@@ -17,18 +17,14 @@
|
|
17 |
"chunk_size": "1024",
|
18 |
"chunk_overlap": "128"
|
19 |
},
|
20 |
-
"
|
21 |
"docs": {
|
22 |
-
"folder": ["
|
23 |
-
"file": [
|
24 |
},
|
25 |
-
"
|
26 |
-
"folder": ["
|
27 |
-
"file": [
|
28 |
-
},
|
29 |
-
"cli_library": {
|
30 |
-
"folder": ["path/to/cli_library_folder1", "path/to/cli_library_folder2"],
|
31 |
-
"file": ["cli_library_file1.json", "cli_library_file2.json"]
|
32 |
}
|
33 |
}
|
34 |
}
|
|
|
17 |
"chunk_size": "1024",
|
18 |
"chunk_overlap": "128"
|
19 |
},
|
20 |
+
"usage": {
|
21 |
"docs": {
|
22 |
+
"folder": ["docs/"],
|
23 |
+
"file": []
|
24 |
},
|
25 |
+
"kadi_apy": {
|
26 |
+
"folder": ["kadi_apy/"],
|
27 |
+
"file": []
|
|
|
|
|
|
|
|
|
28 |
}
|
29 |
}
|
30 |
}
|