You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Categories - now only contain metadata for domain classification
72
10
categories:
@@ -101,7 +39,7 @@ decisions:
101
39
plugins:
102
40
- type: "system_prompt"
103
41
configuration:
104
-
enabled: true
42
+
enabled: false
105
43
system_prompt: "You are a senior business consultant and strategic advisor with expertise in corporate strategy, operations management, financial analysis, marketing, and organizational development. Provide practical, actionable business advice backed by proven methodologies and industry best practices. Consider market dynamics, competitive landscape, and stakeholder interests in your recommendations."
106
44
mode: "replace"
107
45
- name: law
@@ -118,7 +56,7 @@ decisions:
118
56
plugins:
119
57
- type: "system_prompt"
120
58
configuration:
121
-
enabled: true
59
+
enabled: false
122
60
system_prompt: "You are a knowledgeable legal expert with comprehensive understanding of legal principles, case law, statutory interpretation, and legal procedures across multiple jurisdictions. Provide accurate legal information and analysis while clearly stating that your responses are for informational purposes only and do not constitute legal advice. Always recommend consulting with qualified legal professionals for specific legal matters."
123
61
mode: "replace"
124
62
- name: psychology
@@ -135,12 +73,12 @@ decisions:
135
73
plugins:
136
74
- type: "system_prompt"
137
75
configuration:
138
-
enabled: true
76
+
enabled: false
139
77
system_prompt: "You are a psychology expert with deep knowledge of cognitive processes, behavioral patterns, mental health, developmental psychology, social psychology, and therapeutic approaches. Provide evidence-based insights grounded in psychological research and theory. When discussing mental health topics, emphasize the importance of professional consultation and avoid providing diagnostic or therapeutic advice."
140
78
mode: "replace"
141
79
- type: "semantic-cache"
142
80
configuration:
143
-
enabled: true
81
+
enabled: false
144
82
similarity_threshold: 0.92
145
83
- name: biology
146
84
description: "Route biology queries"
@@ -156,7 +94,7 @@ decisions:
156
94
plugins:
157
95
- type: "system_prompt"
158
96
configuration:
159
-
enabled: true
97
+
enabled: false
160
98
system_prompt: "You are a biology expert with comprehensive knowledge spanning molecular biology, genetics, cell biology, ecology, evolution, anatomy, physiology, and biotechnology. Explain biological concepts with scientific accuracy, use appropriate terminology, and provide examples from current research. Connect biological principles to real-world applications and emphasize the interconnectedness of biological systems."
161
99
mode: "replace"
162
100
- name: chemistry
@@ -169,11 +107,11 @@ decisions:
169
107
name: "chemistry"
170
108
modelRefs:
171
109
- model: llama3-8b
172
-
use_reasoning: false
110
+
use_reasoning: true
173
111
plugins:
174
112
- type: "system_prompt"
175
113
configuration:
176
-
enabled: true
114
+
enabled: false
177
115
system_prompt: "You are a chemistry expert specializing in chemical reactions, molecular structures, and laboratory techniques. Provide detailed, step-by-step explanations."
178
116
mode: "replace"
179
117
- name: history
@@ -190,7 +128,7 @@ decisions:
190
128
plugins:
191
129
- type: "system_prompt"
192
130
configuration:
193
-
enabled: true
131
+
enabled: false
194
132
system_prompt: "You are a historian with expertise across different time periods and cultures. Provide accurate historical context and analysis."
195
133
mode: "replace"
196
134
- name: other
@@ -207,12 +145,12 @@ decisions:
207
145
plugins:
208
146
- type: "system_prompt"
209
147
configuration:
210
-
enabled: true
148
+
enabled: false
211
149
system_prompt: "You are a helpful and knowledgeable assistant. Provide accurate, helpful responses across a wide range of topics."
212
150
mode: "replace"
213
151
- type: "semantic-cache"
214
152
configuration:
215
-
enabled: true
153
+
enabled: false
216
154
similarity_threshold: 0.75
217
155
- name: health
218
156
description: "Route health and medical queries"
@@ -228,12 +166,12 @@ decisions:
228
166
plugins:
229
167
- type: "system_prompt"
230
168
configuration:
231
-
enabled: true
169
+
enabled: false
232
170
system_prompt: "You are a health and medical information expert with knowledge of anatomy, physiology, diseases, treatments, preventive care, nutrition, and wellness. Provide accurate, evidence-based health information while emphasizing that your responses are for educational purposes only and should never replace professional medical advice, diagnosis, or treatment. Always encourage users to consult healthcare professionals for medical concerns and emergencies."
233
171
mode: "replace"
234
172
- type: "semantic-cache"
235
173
configuration:
236
-
enabled: true
174
+
enabled: false
237
175
similarity_threshold: 0.95
238
176
- name: economics
239
177
description: "Route economics queries"
@@ -249,7 +187,7 @@ decisions:
249
187
plugins:
250
188
- type: "system_prompt"
251
189
configuration:
252
-
enabled: true
190
+
enabled: false
253
191
system_prompt: "You are an economics expert with deep understanding of microeconomics, macroeconomics, econometrics, financial markets, monetary policy, fiscal policy, international trade, and economic theory. Analyze economic phenomena using established economic principles, provide data-driven insights, and explain complex economic concepts in accessible terms. Consider both theoretical frameworks and real-world applications in your responses."
254
192
mode: "replace"
255
193
- name: math
@@ -266,7 +204,7 @@ decisions:
266
204
plugins:
267
205
- type: "system_prompt"
268
206
configuration:
269
-
enabled: true
207
+
enabled: false
270
208
system_prompt: "You are a mathematics expert. Provide step-by-step solutions, show your work clearly, and explain mathematical concepts in an understandable way."
271
209
mode: "replace"
272
210
- name: physics
@@ -279,11 +217,11 @@ decisions:
279
217
name: "physics"
280
218
modelRefs:
281
219
- model: llama3-8b
282
-
use_reasoning: false
220
+
use_reasoning: true
283
221
plugins:
284
222
- type: "system_prompt"
285
223
configuration:
286
-
enabled: true
224
+
enabled: false
287
225
system_prompt: "You are a physics expert with deep understanding of physical laws and phenomena. Provide clear explanations with mathematical derivations when appropriate."
288
226
mode: "replace"
289
227
- name: computer_science
@@ -300,8 +238,9 @@ decisions:
300
238
plugins:
301
239
- type: "system_prompt"
302
240
configuration:
303
-
enabled: true
241
+
enabled: false
304
242
system_prompt: "You are a computer science expert with knowledge of algorithms, data structures, programming languages, and software engineering. Provide clear, practical solutions with code examples when helpful."
243
+
305
244
mode: "replace"
306
245
- name: philosophy
307
246
description: "Route philosophy queries"
@@ -317,11 +256,12 @@ decisions:
317
256
plugins:
318
257
- type: "system_prompt"
319
258
configuration:
320
-
enabled: true
259
+
enabled: false
321
260
system_prompt: "You are a philosophy expert with comprehensive knowledge of philosophical traditions, ethical theories, logic, metaphysics, epistemology, political philosophy, and the history of philosophical thought. Engage with complex philosophical questions by presenting multiple perspectives, analyzing arguments rigorously, and encouraging critical thinking. Draw connections between philosophical concepts and contemporary issues while maintaining intellectual honesty about the complexity and ongoing nature of philosophical debates."
322
261
mode: "replace"
323
262
- name: engineering
324
263
description: "Route engineering queries"
264
+
325
265
priority: 10
326
266
rules:
327
267
operator: "OR"
@@ -334,25 +274,114 @@ decisions:
334
274
plugins:
335
275
- type: "system_prompt"
336
276
configuration:
337
-
enabled: true
277
+
enabled: false
338
278
system_prompt: "You are an engineering expert with knowledge across multiple engineering disciplines including mechanical, electrical, civil, chemical, software, and systems engineering. Apply engineering principles, design methodologies, and problem-solving approaches to provide practical solutions. Consider safety, efficiency, sustainability, and cost-effectiveness in your recommendations. Use technical precision while explaining concepts clearly, and emphasize the importance of proper engineering practices and standards."
339
279
mode: "replace"
340
280
341
-
default_model: "llama3-8b"
281
+
bert_model:
282
+
model_id: models/all-MiniLM-L12-v2
283
+
threshold: 0.6
284
+
use_cpu: true
285
+
286
+
semantic_cache:
287
+
enabled: false
288
+
backend_type: "memory"# Options: "memory", "milvus", or "hybrid"
289
+
similarity_threshold: 0.8
290
+
max_entries: 1000# Only applies to memory backend
291
+
ttl_seconds: 3600
292
+
eviction_policy: "fifo"
293
+
# HNSW index configuration (for memory backend only)
294
+
use_hnsw: true # Enable HNSW index for faster similarity search
295
+
hnsw_m: 16# Number of bi-directional links (higher = better recall, more memory)
296
+
hnsw_ef_construction: 200# Construction parameter (higher = better quality, slower build)
0 commit comments