Move vdb to a separate panchayat folder to preserve naming convention in yaml file

This commit is contained in:
Saba 2022-08-11 18:14:23 -04:00
parent 84e3211a09
commit 630abf2e17
4 changed files with 2 additions and 1 deletions

0
panchayat/__init__.py Normal file
View file

View 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

View file

@ -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):