khoj/src/utils
Debanjum Singh Solanky 44fe70513a Handle situation where default config directory or file does not exist
- Include khoj_sample.yml in pip package to load default config from
- Create khoj config directory if it doesn't exist
- Load config from khoj_sample.yml if khoj.yml config doesn't exist
2022-08-12 01:17:34 +03:00
..
__init__.py Move application files under src directory. Update Readmes 2021-08-17 04:11:03 -07:00
cli.py Add Flag to Start App without Native GUI 2022-08-11 20:59:57 +03:00
config.py Show current config on config screen. Load default config if config unset 2022-08-11 19:11:25 +03:00
constants.py Create global constant to store app root directory 2022-08-10 20:09:03 +03:00
exiftool.py Use XMP metadata in images to improve image search 2021-09-16 08:55:20 -07:00
helpers.py Update merge_dicts to recursively merge the dictionaries 2022-08-04 22:46:20 +03:00
install.py Merge Symmetric, Asymmetric Search Types into a single Text Search Type 2022-07-21 21:19:52 +04:00
jsonl.py Make embeddings, jsonl paths absolute. Create directories if non-existent 2022-08-05 02:57:59 +03:00
rawconfig.py Mark all required fields for config. Throw if no input_* field specified 2022-08-05 01:08:48 +03:00
state.py Store args passed from commandline at app start in global app state 2022-08-11 00:11:35 +03:00
yaml.py Handle situation where default config directory or file does not exist 2022-08-12 01:17:34 +03:00