Skip to content

Commit

Permalink
fix: update parameter name in AzureAIDocumentIntelligenceLoader (#593)…
Browse files Browse the repository at this point in the history
… bump:patch
  • Loading branch information
hide212131 authored Feb 3, 2025
1 parent 756f468 commit f5b2200
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ def load_data(
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,
)
Expand Down

0 comments on commit f5b2200

Please sign in to comment.