Compare commits

...

1 Commits

Author SHA1 Message Date
Adrian Lyjak 8fbd15d7e4 Pass through verify and timeout config to the extraction agent 2025-05-16 19:18:05 -04:00
+2
View File
@@ -711,6 +711,8 @@ class LlamaExtract(BaseComponent):
num_workers=self.num_workers,
show_progress=self.show_progress,
verbose=self.verbose,
verify=self.verify,
httpx_timeout=self.httpx_timeout,
)
def get_agent(