mirror of
https://github.com/Cinnamon/kotaemon.git
synced 2025-12-16 11:47:48 +01:00
fix: update parameter name in AzureAIDocumentIntelligenceLoader (#593) bump:patch
This commit is contained in:
@@ -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,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user