forked from dipseth/dataproc-mcp
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathresponse-filter.json
More file actions
68 lines (68 loc) · 1.42 KB
/
response-filter.json
File metadata and controls
68 lines (68 loc) · 1.42 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"tokenLimits": {
"list_clusters": 250,
"get_cluster": 300,
"submit_hive_query": 400,
"get_query_results": 600,
"list_tracked_clusters": 250,
"check_active_jobs": 450,
"default": 400
},
"extractionRules": {
"list_clusters": {
"maxClusters": 10,
"essentialFields": [
"clusterName",
"status",
"createTime",
"projectId",
"region",
"machineType",
"numWorkers"
],
"summaryFormat": "table"
},
"get_cluster": {
"essentialSections": [
"clusterName",
"status",
"config.masterConfig",
"config.workerConfig",
"config.softwareConfig",
"labels"
],
"includeMetrics": false,
"includeHistory": false
},
"query_results": {
"maxRows": 20,
"includeSchema": true,
"summaryStats": true
},
"job_tracking": {
"maxJobs": 15,
"includeMetrics": true,
"groupByStatus": true
}
},
"qdrant": {
"url": "http://localhost:6334",
"collectionName": "dataproc_knowledge",
"vectorSize": 384,
"distance": "Cosine",
"timeout": 30000,
"retryAttempts": 3,
"healthCheckInterval": 60000
},
"formatting": {
"useEmojis": true,
"compactTables": true,
"includeResourceLinks": true,
"maxLineLength": 120
},
"caching": {
"enabled": true,
"ttlSeconds": 300,
"maxCacheSize": 100
}
}