-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontract_processor_settings.json
More file actions
48 lines (48 loc) · 1.19 KB
/
contract_processor_settings.json
File metadata and controls
48 lines (48 loc) · 1.19 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
{
"settings": {
"max_workers": 4,
"batch_size": 10,
"memory_limit_mb": 4096,
"processing_timeout": 300,
"file_types": {
"PDF": true,
"DOCX": true,
"DOC": true,
"XLSX": true,
"XLS": true
},
"use_azure": false,
"azure_endpoint": "",
"azure_deployment": "",
"azure_api_key": "",
"azure_api_version": "2024-02-01",
"openai_api_key": "",
"db_type": "postgresql",
"db_host": "localhost",
"db_port": 5432,
"db_name": "contract_processor",
"db_username": "postgres",
"db_password": "",
"redis_enabled": false,
"redis_host": "localhost",
"redis_port": 6379,
"neo4j_enabled": false,
"neo4j_uri": "bolt://localhost:7687",
"neo4j_username": "neo4j",
"neo4j_password": "",
"output_directory": "output",
"save_to_excel": true,
"save_to_database": true,
"default_cw_prefix": "CW",
"default_company_id": "",
"default_company_group": "",
"skip_processed_files": true,
"auto_detect_relationships": true,
"extract_all_metadata": true,
"theme": "default",
"show_advanced_options": false,
"log_level": "INFO"
},
"recent_directories": [],
"version": "1.0"
}