Created
April 8, 2025 14:07
-
-
Save AlexMikhalev/91ce8acf593f0f9ba2fe7ba227896752 to your computer and use it in GitHub Desktop.
Test config example
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"id": "Server", | |
"global_shortcut": "Ctrl+X", | |
"roles": { | |
"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": [ | |
{ | |
"path": "/Users/alex/projects/terraphim/terraphim-ai/terraphim_server/fixtures/haystack/", | |
"service": "Ripgrep" | |
} | |
] | |
}, | |
"Default": { | |
"shortname": "Default", | |
"name": "Default", | |
"relevance_function": "title-scorer", | |
"theme": "spacelab", | |
"kg": null, | |
"haystacks": [ | |
{ | |
"path": "/Users/alex/projects/terraphim/terraphim-ai/terraphim_server/fixtures/haystack/", | |
"service": "Ripgrep" | |
} | |
] | |
}, | |
"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": [ | |
{ | |
"path": "/Users/alex/projects/terraphim/terraphim-ai/terraphim_server/fixtures/haystack/", | |
"service": "Ripgrep" | |
} | |
] | |
} | |
}, | |
"default_role": "Default", | |
"selected_role": "Default" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment