mirror of
https://github.com/khoj-ai/khoj.git
synced 2024-11-23 23:48:56 +01:00
Move vdb to a separate panchayat folder to preserve naming convention in yaml file
This commit is contained in:
parent
84e3211a09
commit
630abf2e17
4 changed files with 2 additions and 1 deletions
0
panchayat/__init__.py
Normal file
0
panchayat/__init__.py
Normal file
|
@ -9,7 +9,7 @@ import re
|
|||
import yaml
|
||||
|
||||
# Internal Packages
|
||||
from src.processor.yaml import vdb
|
||||
from panchayat import vdb
|
||||
from src.utils.helpers import get_absolute_path, is_none_or_empty
|
||||
from src.utils.constants import empty_escape_sequences
|
||||
from src.utils.jsonl import dump_jsonl, compress_jsonl_data
|
||||
|
|
|
@ -43,6 +43,7 @@ class ContentConfig(ConfigBase):
|
|||
ledger: Optional[TextContentConfig]
|
||||
image: Optional[ImageContentConfig]
|
||||
music: Optional[TextContentConfig]
|
||||
yaml: Optional[TextContentConfig]
|
||||
markdown: Optional[TextContentConfig]
|
||||
|
||||
class TextSearchConfig(ConfigBase):
|
||||
|
|
Loading…
Reference in a new issue