Skip to content

Commit f5b2200

Browse files
authored
fix: update parameter name in AzureAIDocumentIntelligenceLoader (#593) bump:patch
1 parent 756f468 commit f5b2200

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/kotaemon/kotaemon/loaders/azureai_document_intelligence_loader.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ def load_data(
133133
with open(file_path, "rb") as fi:
134134
poller = self.client_.begin_analyze_document(
135135
self.model,
136-
analyze_request=fi,
136+
body=fi,
137137
content_type="application/octet-stream",
138138
output_content_format=self.output_content_format,
139139
)

0 commit comments

Comments
 (0)