-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathuser_settings.docker.json
More file actions
46 lines (46 loc) · 1.15 KB
/
Copy pathuser_settings.docker.json
File metadata and controls
46 lines (46 loc) · 1.15 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
{
"server": {
"host": "0.0.0.0",
"port": 3160
},
"search": {
"strategy": "hybrid",
"hide_years_in_tags": true,
"max_chars_default": 524288,
"max_chars_limit": 20000,
"fts_window_size": 1500,
"fts_padding": 750
},
"resource_management": {
"gc_cooldown_ms": 30000,
"max_atoms_in_memory": 10000,
"monitoring_interval_ms": 30000
},
"watcher": {
"debounce_ms": 2000,
"stability_threshold_ms": 2000,
"extra_paths": []
},
"context": {
"relevance_weight": 0.7,
"recency_weight": 0.3,
"clustering_gap_ms": 900000
},
"limits": {
"max_file_size_bytes": 104857600,
"max_content_length_chars": 5000,
"max_chunk_size_chars": 3000,
"max_summary_length_chars": 2000,
"date_extractor_scan_limit": 2000
},
"physics": {
"damping_factor": 0.85,
"time_decay_lambda": 0.00001,
"temperature": 0.2,
"gravity_threshold": 0.01,
"walk_radius": 1,
"max_per_hop": 50,
"direct_limit": 5,
"walker_limit": 10
}
}