mirror of
https://github.com/khoj-ai/khoj.git
synced 2024-11-27 17:35:07 +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
|
import yaml
|
||||||
|
|
||||||
# Internal Packages
|
# 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.helpers import get_absolute_path, is_none_or_empty
|
||||||
from src.utils.constants import empty_escape_sequences
|
from src.utils.constants import empty_escape_sequences
|
||||||
from src.utils.jsonl import dump_jsonl, compress_jsonl_data
|
from src.utils.jsonl import dump_jsonl, compress_jsonl_data
|
||||||
|
|
|
@ -43,6 +43,7 @@ class ContentConfig(ConfigBase):
|
||||||
ledger: Optional[TextContentConfig]
|
ledger: Optional[TextContentConfig]
|
||||||
image: Optional[ImageContentConfig]
|
image: Optional[ImageContentConfig]
|
||||||
music: Optional[TextContentConfig]
|
music: Optional[TextContentConfig]
|
||||||
|
yaml: Optional[TextContentConfig]
|
||||||
markdown: Optional[TextContentConfig]
|
markdown: Optional[TextContentConfig]
|
||||||
|
|
||||||
class TextSearchConfig(ConfigBase):
|
class TextSearchConfig(ConfigBase):
|
||||||
|
|
Loading…
Reference in a new issue