fix: update parameter name in AzureAIDocumentIntelligenceLoader (#593) bump:patch

This commit is contained in:
Hideyuki Kagami 2025-02-03 10:10:10 +09:00 committed by GitHub
parent 756f46893f
commit f5b2200ffa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -133,7 +133,7 @@ class AzureAIDocumentIntelligenceLoader(BaseReader):
with open(file_path, "rb") as fi:
poller = self.client_.begin_analyze_document(
self.model,
analyze_request=fi,
body=fi,
content_type="application/octet-stream",
output_content_format=self.output_content_format,
)