Skip to content

Conversation

@JoanFM
Copy link
Member

@JoanFM JoanFM commented Feb 8, 2024

No description provided.

@codecov
Copy link

codecov bot commented Feb 8, 2024

Codecov Report

Attention: Patch coverage is 20.00000% with 8 lines in your changes missing coverage. Please review.

Project coverage is 82.71%. Comparing base (5037635) to head (b42a68b).
Report is 29 commits behind head on main.

Files with missing lines Patch % Lines
docarray/index/backends/weaviate.py 20.00% 8 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1852      +/-   ##
==========================================
- Coverage   85.06%   82.71%   -2.35%     
==========================================
  Files         136      136              
  Lines        9260     9270      +10     
==========================================
- Hits         7877     7668     -209     
- Misses       1383     1602     +219     
Flag Coverage Δ
docarray 82.71% <20.00%> (-2.35%) ⬇️

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

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Comment on lines 727 to 728
int: 'number[]',
float: 'number[]',
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

a list of int in python should be mapped to 'int[]' in weaviate, since 'number[]' is for float64

Copy link
Contributor

@hsm207 hsm207 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks for implementing this.

i just have 1 comment.

@JoanFM JoanFM force-pushed the weaviate-support-list-str branch from 416a12d to af219af Compare February 8, 2024 22:07
@github-actions
Copy link

📝 Docs are deployed on https://ft-weaviate-support-list-str--jina-docs.netlify.app 🎉

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.

Enhancement to the weaviate datatypes support (text[], object, object[]) with WeaviateDocumentIndex

3 participants