Spaces:
Runtime error
Runtime error
minor update to comments
Browse files- 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,
|
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", ".")
|