Tuana commited on
Commit
fe7afe5
1 Parent(s): 5e5c470

minor update to comments

Browse files
Files changed (1) hide show
  1. utils/haystack.py +1 -1
utils/haystack.py CHANGED
@@ -26,7 +26,7 @@ class AnswerToQuery(BaseComponent):
26
  )
27
  def start_haystack():
28
  """
29
- load document store, retriever, entailment checker and create pipeline
30
  """
31
  shutil.copy(f"{INDEX_DIR}/text.db", ".")
32
  shutil.copy(f"{INDEX_DIR}/images.db", ".")
 
26
  )
27
  def start_haystack():
28
  """
29
+ load document store, retrievers for images and text, reader and create pipeline
30
  """
31
  shutil.copy(f"{INDEX_DIR}/text.db", ".")
32
  shutil.copy(f"{INDEX_DIR}/images.db", ".")