File size: 808 Bytes
77813d6
 
 
 
 
 
 
 
b203eb4
77813d6
 
 
b203eb4
77813d6
 
 
b203eb4
77813d6
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
    "embedding_model": "huggingface:BAAI/bge-m3:cheapest",
    "domains": {
        "NeuroML": {
            "description": "The NeuroML standard for computational modelling in neuroscience and the associated software ecosystem",
            "vector_stores": [
                {
                    "name": "nml-docs",
                    "path": "/app/rag_pkg/gen_rag/data/vector-stores/nml-docs_bge-m3.db"
                },
                {
                    "name": "nml-elife",
                    "path": "/app/rag_pkg/gen_rag/data/vector-stores/nml-elife_bge-m3.db"
                },
                {
                    "name": "nml-schema-docs",
                    "path": "/app/rag_pkg/gen_rag/data/vector-stores/nml-schema-docs_bge-m3.db"
                }
            ]
        }
    }
}