Initial vault setup
This commit is contained in:
@@ -0,0 +1,86 @@
|
||||
{
|
||||
"is_obsidian_vault": true,
|
||||
"smart_blocks": {
|
||||
"embed_blocks": true,
|
||||
"min_chars": 200
|
||||
},
|
||||
"smart_sources": {
|
||||
"min_chars": 200,
|
||||
"embed_model": {
|
||||
"adapter": "transformers",
|
||||
"transformers": {
|
||||
"model_key": "TaylorAI/bge-micro-v2"
|
||||
}
|
||||
},
|
||||
"excluded_headings": "",
|
||||
"file_exclusions": "Untitled",
|
||||
"folder_exclusions": ""
|
||||
},
|
||||
"language": "en",
|
||||
"re_import_wait_time": 13,
|
||||
"smart_chat_threads": {
|
||||
"chat_model": {
|
||||
"adapter": "ollama",
|
||||
"ollama": {}
|
||||
}
|
||||
},
|
||||
"smart_notices": {},
|
||||
"smart_view_filter": {
|
||||
"expanded_view": false,
|
||||
"render_markdown": true,
|
||||
"show_full_path": false
|
||||
},
|
||||
"version": "",
|
||||
"new_user": true,
|
||||
"models": {
|
||||
"embedding_platform": "transformers",
|
||||
"chat_completion_platform": "open_router"
|
||||
},
|
||||
"connections_lists": {
|
||||
"results_collection_key": "smart_sources",
|
||||
"score_algo_key": "similarity",
|
||||
"connections_post_process": "none",
|
||||
"results_limit": 20,
|
||||
"connections_view_location": "right",
|
||||
"exclude_frontmatter_blocks": true,
|
||||
"connections_list_component_key": "connections_list_v4",
|
||||
"connections_list_item_component_key": "connections_list_item_v3",
|
||||
"frontmatter_filter_include": "",
|
||||
"frontmatter_filter_exclude": "",
|
||||
"components": {
|
||||
"connections_list_v4": {
|
||||
"show_graph": true
|
||||
},
|
||||
"connections_list_item_v3": {
|
||||
"render_markdown": true,
|
||||
"show_full_path": false
|
||||
}
|
||||
},
|
||||
"footer_connections": false
|
||||
},
|
||||
"context_items": {
|
||||
"template_preset": "xml_structured",
|
||||
"template_before": "<item loc=\"{{KEY}}\" at=\"{{TIME_AGO}}\">",
|
||||
"template_after": "</item>"
|
||||
},
|
||||
"event_logs": {
|
||||
"native_notice_info": false,
|
||||
"native_notice_warning": true,
|
||||
"native_notice_error": true,
|
||||
"native_notice_attention": false,
|
||||
"native_notice_milestone": true
|
||||
},
|
||||
"lookup_lists": {
|
||||
"results_collection_key": "smart_blocks",
|
||||
"score_algo_key": "similarity",
|
||||
"results_limit": 20
|
||||
},
|
||||
"smart_contexts": {
|
||||
"template_preset": "xml_structured",
|
||||
"template_before": "<context>\n{{FILE_TREE}}",
|
||||
"template_after": "</context>"
|
||||
},
|
||||
"embedding_models": {
|
||||
"default_model_key": "transformers#1780763105932"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user