File size: 2,007 Bytes
6628f79
 
 
0283cc3
 
6628f79
 
 
 
 
 
 
 
 
 
 
3abf585
 
 
 
6628f79
 
 
dc2112e
6628f79
 
 
dc2112e
6628f79
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
{
    "general":
    {
        "default_k": 15,
        "k_max": 25,
        "non_domain_chat": true,
        "pre_prompt": "",
        "fallback_to_training_data": true,
        "fallback_warning": "Note: information on the query could not be found in the vector stores; this answer is generated from the LLM's training data and should be verified."
    },
    "domains": {
        "NeuroML": {
            "description": "The NeuroML standard for computational modelling in neuroscience and the associated software ecosystem",
            "vector_stores": [
                {
                    "name": "nml-docs",
                    "path": "chroma:/app/vector-stores/nml-docs_bge-m3.db",
                    "default_k": 10,
                    "k_max": 20,
                    "k_inc": 5
                },
                {
                    "name": "nml-elife",
                    "path": "chroma:/app/vector-stores/nml-elife_bge-m3.db"
                },
                {
                    "name": "nml-schema-docs",
                    "path": "chroma:/app/vector-stores/nml-schema-docs_bge-m3.db"
                }
            ],
            "mcp_servers": {
                "NeuroML":
                {
                    "url": "http://127.0.0.1:8542/mcp"
                }
            }
        },
        "OpenSourceBrain": {
            "description": "The Open Source Brain web platform for neuroscience provides an index of data and models. These are from well known community archives such as DANDI, FigShare, ModelDB, and also GitHub. These data and models are generally standardised in NeuroML or NeuroData Without Borders (NWB). The models are neuroscience models often implemented in NeuroML, Neuron, NetPyNE, Arbor, Brian, and other similar simulators.",
            "vector_stores": [],
            "mcp_servers": {
                "OpenSourceBrain":
                {
                    "url": "http://127.0.0.1:8542/mcp"
                }
            }
        }
    }
}