khoj/src/utils
Debanjum Singh Solanky b04c84721b Extract configure and routers from main.py into separate modules
- Main.py was becoming too big to manage. It had both
  controllers/routers and component configurations (search, processors)
  in it

- Now that the native app GUI code is also getting added to the main
  path, good time to split/modularize/clean main.py

- Put global state into a separate file to share across modules
2022-08-06 02:39:18 +03:00
..
__init__.py Move application files under src directory. Update Readmes 2021-08-17 04:11:03 -07:00
cli.py Make config file a positional argument, as it is required 2022-08-05 01:09:40 +03:00
config.py Rename notes search type to org search, now that markdown notes supported 2022-07-21 22:09:44 +04:00
constants.py Extract configure and routers from main.py into separate modules 2022-08-06 02:39:18 +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