Enough preprocessing
This commit is contained in:
parent
003cd217f4
commit
cfca015efe
1 changed files with 4 additions and 4 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue