bupa1018 commited on
Commit
12c9bbb
·
1 Parent(s): 3292d2b

Update config2.json

Browse files
Files changed (1) hide show
  1. config2.json +6 -10
config2.json CHANGED
@@ -17,18 +17,14 @@
17
  "chunk_size": "1024",
18
  "chunk_overlap": "128"
19
  },
20
- "categories": {
21
  "docs": {
22
- "folder": ["path/to/docs_folder1", "path/to/docs_folder2"],
23
- "file": ["docs_file1.json", "docs_file2.json"]
24
  },
25
- "library": {
26
- "folder": ["path/to/library_folder1", "path/to/library_folder2"],
27
- "file": ["library_file1.json", "library_file2.json"]
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
  }