We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e785a0f commit 4e78113Copy full SHA for 4e78113
libs/libapi/src/libapi/rows_utils.py
@@ -66,7 +66,7 @@ async def transform_rows(
66
offset=offset,
67
row_idx_column=row_idx_column,
68
)
69
- if "Audio(" in str(features) or "Image(" in str(features) or "Pdf(" in str(features):
+ if "Audio(" in str(features) or "Image(" in str(features):
70
# Use multithreading to parallelize image/audio files uploads.
71
# Also multithreading is ok to convert audio data
72
# (we use pydub which might spawn one ffmpeg process per conversion, which releases the GIL)
0 commit comments