Consolidate File Processing (#1449)

This commit is contained in:
Yuhong Sun
2024-05-11 23:11:22 -07:00
committed by GitHub
parent e89c81de76
commit 546815dc8c
31 changed files with 366 additions and 481 deletions

View File

@ -49,8 +49,6 @@ def run_jobs(exclude_indexing: bool) -> None:
if not exclude_indexing:
update_env = os.environ.copy()
update_env["PYTHONPATH"] = "."
update_env["DYNAMIC_CONFIG_DIR_PATH"] = "./dynamic_config_storage"
update_env["FILE_CONNECTOR_TMP_STORAGE_PATH"] = "./dynamic_config_storage"
cmd_indexing = ["python", "danswer/background/update.py"]
indexing_process = subprocess.Popen(