gopidesupavan commented on code in PR #70071:
URL: https://github.com/apache/airflow/pull/70071#discussion_r3609681717
##########
providers/common/ai/src/airflow/providers/common/ai/operators/document_loader.py:
##########
@@ -262,6 +262,9 @@ def _parse_bytes(self, raw: bytes, file_type: str) ->
list[dict[str, Any]]:
if backend == "python-docx":
return self._parse_docx_stream(io.BytesIO(raw))
+ if backend not in ("text", "csv", "json"):
Review Comment:
thanks yeah
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]