Skip to content

fix: qdrant broken pipe error#250

Merged
hanxiao merged 2 commits into
mainfrom
fix-qdrant-batch-size
Apr 4, 2022
Merged

fix: qdrant broken pipe error#250
hanxiao merged 2 commits into
mainfrom
fix-qdrant-batch-size

Conversation

@alaeddine-13

Copy link
Copy Markdown
Member

fix: qdrant broken pipe error

Before the fix, large image files were implicitly added to the CI which exceeds qdrant's max request size of 32 MB (resulting in ResponseHandlingException: [Errno 32] Broken pipe).
Therefore, we fix the path of images to avoid such behavior from happening

@codecov

codecov Bot commented Apr 4, 2022

Copy link
Copy Markdown

Codecov Report

Merging #250 (0758fbd) into main (c78d6ac) will increase coverage by 3.05%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##             main     #250      +/-   ##
==========================================
+ Coverage   82.95%   86.01%   +3.05%     
==========================================
  Files         134      134              
  Lines        6083     6083              
==========================================
+ Hits         5046     5232     +186     
+ Misses       1037      851     -186     
Flag Coverage Δ
docarray 86.01% <ø> (+3.05%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
docarray/helper.py 81.77% <0.00%> (+0.46%) ⬆️
docarray/math/ndarray.py 89.05% <0.00%> (+0.72%) ⬆️
docarray/array/mixins/find.py 89.04% <0.00%> (+1.36%) ⬆️
docarray/array/storage/sqlite/seqlike.py 82.60% <0.00%> (+2.17%) ⬆️
docarray/array/queryset/lookup.py 78.10% <0.00%> (+2.18%) ⬆️
docarray/array/mixins/io/binary.py 97.45% <0.00%> (+2.54%) ⬆️
docarray/array/mixins/getattr.py 81.81% <0.00%> (+3.03%) ⬆️
docarray/array/storage/weaviate/seqlike.py 77.41% <0.00%> (+3.22%) ⬆️
docarray/array/mixins/io/from_gen.py 83.63% <0.00%> (+3.63%) ⬆️
docarray/array/storage/weaviate/backend.py 86.84% <0.00%> (+4.38%) ⬆️
... and 11 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update c78d6ac...0758fbd. Read the comment docs.

@hanxiao hanxiao merged commit d1ed429 into main Apr 4, 2022
@hanxiao hanxiao deleted the fix-qdrant-batch-size branch April 4, 2022 16:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants