mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-07 22:11:51 +00:00
@@ -208,9 +208,9 @@ class PebbloSafeLoader(BaseLoader):
|
||||
if loading_end is True:
|
||||
payload["loading_end"] = "true"
|
||||
if "loader_details" in payload:
|
||||
payload["loader_details"]["source_aggregate_size"] = ( # noqa
|
||||
self.source_aggregate_size
|
||||
)
|
||||
payload["loader_details"][
|
||||
"source_aggregate_size"
|
||||
] = self.source_aggregate_size
|
||||
payload = Doc(**payload).dict(exclude_unset=True)
|
||||
load_doc_url = f"{self.classifier_url}{LOADER_DOC_URL}"
|
||||
classified_docs = []
|
||||
|
Reference in New Issue
Block a user