ppsingh commited on
Commit
2f7f80c
·
verified ·
1 Parent(s): 40cbe96

Update auditqa/process_chunks.py

Browse files
Files changed (1) hide show
  1. auditqa/process_chunks.py +0 -1
auditqa/process_chunks.py CHANGED
@@ -61,7 +61,6 @@ def load_chunks():
61
  # define embedding model
62
  embeddings = HuggingFaceEmbeddings(
63
  model_kwargs = {'device': device},
64
- show_progress = True,
65
  multi_process = True,
66
  encode_kwargs = {'normalize_embeddings': bool(int(config.get('retriever','NORMALIZE')))},
67
  model_name=config.get('retriever','MODEL')
 
61
  # define embedding model
62
  embeddings = HuggingFaceEmbeddings(
63
  model_kwargs = {'device': device},
 
64
  multi_process = True,
65
  encode_kwargs = {'normalize_embeddings': bool(int(config.get('retriever','NORMALIZE')))},
66
  model_name=config.get('retriever','MODEL')