Spaces:
Runtime error
Runtime error
incrementa base de verdades
Browse files
app.py
CHANGED
|
@@ -158,7 +158,7 @@ def start_haystack():
|
|
| 158 |
load document store, retriever, entailment checker and create pipeline
|
| 159 |
"""
|
| 160 |
try:
|
| 161 |
-
os.remove('./
|
| 162 |
except:
|
| 163 |
pass
|
| 164 |
shutil.copy("./data/faiss_document_store.db", ".")
|
|
|
|
| 158 |
load document store, retriever, entailment checker and create pipeline
|
| 159 |
"""
|
| 160 |
try:
|
| 161 |
+
os.remove('./faiss_document_store.db')
|
| 162 |
except:
|
| 163 |
pass
|
| 164 |
shutil.copy("./data/faiss_document_store.db", ".")
|