Skip to content

Instantly share code, notes, and snippets.

@AlexMikhalev
Created April 8, 2025 14:07
Show Gist options
  • Save AlexMikhalev/91ce8acf593f0f9ba2fe7ba227896752 to your computer and use it in GitHub Desktop.
Save AlexMikhalev/91ce8acf593f0f9ba2fe7ba227896752 to your computer and use it in GitHub Desktop.
Test config example
{
"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