Vasanth Sarathy commited on
Commit ·
aed37f4
1
Parent(s): 73f6aba
Fixing a bug
Browse files- pipelines.py +0 -1
pipelines.py
CHANGED
|
@@ -19,7 +19,6 @@ import logging
|
|
| 19 |
logging.basicConfig(format="%(levelname)s - %(name)s - %(message)s", level=logging.WARNING)
|
| 20 |
logging.getLogger("haystack").setLevel(logging.INFO)
|
| 21 |
|
| 22 |
-
api_key = "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"
|
| 23 |
#faiss_index_path = "faiss_document_store.db"
|
| 24 |
|
| 25 |
|
|
|
|
| 19 |
logging.basicConfig(format="%(levelname)s - %(name)s - %(message)s", level=logging.WARNING)
|
| 20 |
logging.getLogger("haystack").setLevel(logging.INFO)
|
| 21 |
|
|
|
|
| 22 |
#faiss_index_path = "faiss_document_store.db"
|
| 23 |
|
| 24 |
|