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

@@ -15,7 +15,7 @@ from khoj.utils import state
from khoj.utils.state import search_models, content_index, config
from khoj.search_type import text_search, image_search
from khoj.utils.rawconfig import ContentConfig, SearchConfig
from khoj.processor.org_mode.org_to_entries import OrgToEntries
from khoj.processor.data_sources.org_mode.org_to_entries import OrgToEntries
from database.models import KhojUser, KhojApiUser
from database.adapters import EntryAdapters