forked from lioensky/VCPToolBox
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrag_params.json
More file actions
47 lines (47 loc) · 1.13 KB
/
rag_params.json
File metadata and controls
47 lines (47 loc) · 1.13 KB
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
{
"ContextFoldingV2": {
"thresholdBase": 0.50,
"thresholdRange": [0.40, 0.60],
"lWeight": 0.05,
"sWeight": 0.05
},
"RAGDiaryPlugin": {
"noise_penalty": 0.05,
"tagWeightRange": [0.05, 0.45],
"tagTruncationBase": 0.6,
"tagTruncationRange": [0.5, 0.9],
"timeDecay": {
"halfLifeDays": 30,
"minScore": 0.5
},
"mainSearchWeights": [0.7, 0.3],
"refreshWeights": [0.5, 0.35, 0.15],
"metaThinkingWeights": [0.8, 0.2]
},
"KnowledgeBaseManager": {
"geodesicRerank": {
"alpha": 0.5,
"minGeoSamples": 4
},
"spikeRouting": {
"maxSafeHops": 4,
"baseMomentum": 2.0,
"firingThreshold": 0.10,
"baseDecay": 0.25,
"wormholeDecay": 0.70,
"tensionThreshold": 1.0,
"maxEmergentNodes": 50,
"maxNeighborsPerNode": 20
},
"activationMultiplier": [0.5, 1.5],
"dynamicBoostRange": [0.3, 2.0],
"coreBoostRange": [1.20, 1.40],
"deduplicationThreshold": 0.88,
"techTagThreshold": 0.08,
"normalTagThreshold": 0.015,
"languageCompensator": {
"penaltyUnknown": 0.05,
"penaltyCrossDomain": 0.1
}
}
}