Rename the data_sources module to content

This commit is contained in:
sabaimran
2023-11-21 22:11:32 -08:00
parent 4cb28aeffb
commit 1e2af083f0
23 changed files with 20 additions and 20 deletions

View File

@@ -4,7 +4,7 @@ from pathlib import Path
import os
# Internal Packages
from khoj.processor.data_sources.markdown.markdown_to_entries import MarkdownToEntries
from khoj.processor.content.markdown.markdown_to_entries import MarkdownToEntries
from khoj.utils.fs_syncer import get_markdown_files
from khoj.utils.rawconfig import TextContentConfig