-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathatomic_server_config_test.json
More file actions
73 lines (73 loc) · 2 KB
/
atomic_server_config_test.json
File metadata and controls
73 lines (73 loc) · 2 KB
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
{
"id": "Server",
"global_shortcut": "Ctrl+X",
"roles": {
"\"Default\"": {
"shortname": "Default",
"name": "Default",
"relevance_function": "title-scorer",
"theme": "spacelab",
"kg": null,
"haystacks": [
{
"location": "http://localhost:9883",
"service": "Atomic",
"read_only": true,
"atomic_server_secret": "ATOMIC_SERVER_SECRET_PLACEHOLDER"
}
]
},
"\"Engineer\"": {
"shortname": "Engineer",
"name": "Engineer",
"relevance_function": "terraphim-graph",
"theme": "lumen",
"kg": {
"automata_path": {
"Remote": "https://staging-storage.terraphim.io/thesaurus_Default.json"
},
"knowledge_graph_local": {
"input_type": "markdown",
"path": "/Users/alex/projects/terraphim/terraphim-ai/terraphim_server/fixtures/haystack/"
},
"public": true,
"publish": true
},
"haystacks": [
{
"location": "http://localhost:9883",
"service": "Atomic",
"read_only": true,
"atomic_server_secret": "ATOMIC_SERVER_SECRET_PLACEHOLDER"
}
]
},
"\"System Operator\"": {
"shortname": "operator",
"name": "System Operator",
"relevance_function": "terraphim-graph",
"theme": "superhero",
"kg": {
"automata_path": {
"Remote": "https://staging-storage.terraphim.io/thesaurus_Default.json"
},
"knowledge_graph_local": {
"input_type": "markdown",
"path": "/Users/alex/projects/terraphim/terraphim-ai/terraphim_server/fixtures/haystack/"
},
"public": true,
"publish": true
},
"haystacks": [
{
"location": "http://localhost:9883",
"service": "Atomic",
"read_only": true,
"atomic_server_secret": "ATOMIC_SERVER_SECRET_PLACEHOLDER"
}
]
}
},
"default_role": "Default",
"selected_role": "Default"
}