-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathconfig.json.example
More file actions
33 lines (33 loc) · 833 Bytes
/
Copy pathconfig.json.example
File metadata and controls
33 lines (33 loc) · 833 Bytes
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
{
"knowledge_base": {
"root": "~/knowledge-base",
"raw": "~/knowledge-base/raw",
"hub": "~/knowledge-base/hub",
"projects": "~/knowledge-base/projects",
"logs": "~/knowledge-base/logs",
"obsidian_graph": "~/knowledge-base/.obsidian/graph.json"
},
"clusters_file": "~/knowledge-base/.research_hub/clusters.yaml",
"zotero": {
"library_id": "YOUR_ZOTERO_USER_ID",
"library_type": "user",
"default_collection": "ABCD1234",
"collections": {
"ABCD1234": {
"name": "Survey Papers",
"parent": null,
"section": "survey"
},
"EFGH5678": {
"name": "ABM Modeling",
"parent": null,
"section": "abm"
},
"IJKL9012": {
"name": "LLM Agents",
"parent": "EFGH5678",
"section": "abm"
}
}
}
}