Move data indexer files into a separate folder under processor. Update assoc UTs

This commit is contained in:
sabaimran
2023-11-16 17:19:55 -08:00
parent 68ac1e0193
commit ec06d2c446
25 changed files with 22 additions and 21 deletions

View File

@@ -3,7 +3,7 @@ import json
import os
# Internal Packages
from khoj.processor.org_mode.org_to_entries import OrgToEntries
from khoj.processor.data_sources.org_mode.org_to_entries import OrgToEntries
from khoj.processor.text_to_entries import TextToEntries
from khoj.utils.helpers import is_none_or_empty
from khoj.utils.rawconfig import Entry