OpenWormLLM / klea_rag_openworm.json
sanjayankur31's picture
feat: use klea-rag template
f069081 verified
Raw
History Blame Contribute Delete
1.38 kB
{
"general":
{
"default_k": 5,
"k_max": 10,
"non_domain_chat": false,
"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": {
"OpenWorm": {
"description": "Questions about C. elegans (Caenorhabditis elegans) biology, including:\n - Anatomy, morphology, and cellular structure\n - Nervous system, neurons, synapses, and neural circuits\n - Neurotransmitters, neuroscience, and behavior\n - Genetics, development, and molecular biology\n - Locomotion, movement, gaits, and biomechanics\n - Pharynx, muscles, intestine, and other organs\n - Research methods, experimental techniques, and tools\n - NeuroML, computational models, and simulations\n - WormAtlas anatomical information\n - Any biological, scientific, or research question mentioning C. elegans, worms, nematodes, or related terms\n\n This domain covers ALL questions related to C. elegans research and biology.",
"vector_stores": [
{
"name": "openworm",
"path": "chroma:/app/store/chroma-store/"
}
]
}
}
}