khoj/src/processor
Debanjum Singh Solanky 06cf425314 Generate compiled form of each entry directly in the org-mode processor
- The logic for compiling an org-mode entry (for later encoding) now
  completely resides in the org-to-jsonl processor layer

- This allows asymmetric search to be generic and not be aware of
  org-mode specific properties that were extracted by the org-to-jsonl
  processor layer

- Now asymmetric search just expects the jsonl to (at least) have the
  'compiled' and 'raw' keys for each entry. What original text the
  entry was compiled from is irrelevant to it. The original text
  could be mail, chat, markdown, org-mode etc, it doesn't have to care
2022-07-21 02:08:02 +04:00
..
conversation Introduce search api endpoint that auto infers search type intent 2022-02-27 23:17:49 -05:00
ledger Only extract transactions from Beancount 2022-07-19 19:50:58 +04:00
org_mode Generate compiled form of each entry directly in the org-mode processor 2022-07-21 02:08:02 +04:00
__init__.py Move application files under src directory. Update Readmes 2021-08-17 04:11:03 -07:00