- Complete planning documentation for 5-phase development - UI design specifications and integration - Domain architecture and directory templates - Technical specifications and requirements - Knowledge incorporation strategies - Dana language reference and integration notes
41 lines
881 B
JSON
41 lines
881 B
JSON
{
|
|
"version": "1.0.0",
|
|
"system": {
|
|
"data_directory": "~/think_bigger_data",
|
|
"backup_directory": "~/think_bigger_backups",
|
|
"log_level": "INFO",
|
|
"auto_backup": true,
|
|
"backup_frequency": "daily"
|
|
},
|
|
"processing": {
|
|
"embedding_model": "sentence-transformers/all-MiniLM-L6-v2",
|
|
"chunk_size": 512,
|
|
"overlap": 50,
|
|
"max_file_size": "100MB",
|
|
"supported_formats": ["pdf", "md", "txt", "html", "docx"]
|
|
},
|
|
"ui": {
|
|
"theme": "dark",
|
|
"font_size": "medium",
|
|
"sidebar_width": 300,
|
|
"graph_layout": "force",
|
|
"default_view": "graph"
|
|
},
|
|
"agents": {
|
|
"enabled": true,
|
|
"max_concurrent": 3,
|
|
"timeout": 300,
|
|
"sandbox": true
|
|
},
|
|
"integrations": {
|
|
"notion": {
|
|
"enabled": false,
|
|
"api_key": "",
|
|
"database_id": ""
|
|
},
|
|
"obsidian": {
|
|
"enabled": false,
|
|
"vault_path": ""
|
|
}
|
|
}
|
|
} |