You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: haystack/document_stores/deepsetcloud.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -196,7 +196,7 @@ def get_all_documents(
196
196
:param batch_size: Number of documents that are passed to bulk function at a time.
197
197
:param headers: Custom HTTP headers to pass to document store client if supported (e.g. {'Authorization': 'Basic YWRtaW46cm9vdA=='} for basic authentication)
198
198
"""
199
-
logging.warning(
199
+
logger.warning(
200
200
"`get_all_documents()` can get very slow and resource-heavy since all documents must be loaded from deepset Cloud. "
201
201
"Consider using `get_all_documents_generator()` instead."
0 commit comments