khoj/src
Debanjum Singh Solanky 1ff049599f Show current config on config screen. Load default config if config unset
- Track current (saved/loaded) config separate from the new config (to
  be written) when user clicks Start

- Fallback to using default config when no config for the specific
  content type or processor is specified in khoj.yml
  - Earlier were only loading default config on first run, not after

- Create Child CheckBox, LineEdit classes for Processor Widgets
  - Create ProcessorType, similar to SearchType
  - Track ProcessorType the widgets are associated with
  - Simplify update, save, load of config based on type
2022-08-11 19:11:25 +03:00
..
interface Show current config on config screen. Load default config if config unset 2022-08-11 19:11:25 +03:00
processor Fix escape sequence usage in strings. Remove unneeded import of os 2022-08-03 18:51:55 +03:00
search_filter Fix escape sequence usage in strings. Remove unneeded import of os 2022-08-03 18:51:55 +03:00
search_type Make embeddings, jsonl paths absolute. Create directories if non-existent 2022-08-05 02:57:59 +03:00
utils Show current config on config screen. Load default config if config unset 2022-08-11 19:11:25 +03:00
__init__.py Move application files under src directory. Update Readmes 2021-08-17 04:11:03 -07:00
configure.py Refactor app start to start server even if backend not configured 2022-08-11 00:13:14 +03:00
main.py Refactor app start to start server even if backend not configured 2022-08-11 00:13:14 +03:00
router.py Rename initialize_{search,processor,server} to configure_{search,procesor,server} 2022-08-06 03:23:02 +03:00