Enough preprocessing

This commit is contained in:
Daoud Clarke 2022-07-18 22:36:37 +01:00
parent 003cd217f4
commit cfca015efe

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: