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
f"text_splitter.transform_documents apparently erased the docs, something went wrong so using original docs.\nLoader function: '{loader_func}'\nArguments: '{args_to_pass}'\nText_splitter: '{text_splitter}'"
316
316
)
317
317
else:
318
-
logger.debug(
319
-
f"Successfuly used text_splitter.transform_documents on {len(docs)} docs"
320
-
)
318
+
# logger.debug(
319
+
# f"Successfuly used text_splitter.transform_documents on {len(docs)} docs"
0 commit comments