Run preprocessing

This commit is contained in:
Daoud Clarke 2022-07-18 22:21:20 +01:00
parent bcd31326b8
commit 003cd217f4

View file

@ -19,10 +19,10 @@ def run(index_path: str):
# retrieve_batches()
# except Exception:
# logger.exception("Error retrieving batches")
# try:
# run_preprocessing(index_path)
# except Exception:
# logger.exception("Error preprocessing")
try:
run_preprocessing(index_path)
except Exception:
logger.exception("Error preprocessing")
try:
run_update(index_path)
except Exception: