Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: support list of strings for Weaviate #1852

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

JoanFM
Copy link
Member

@JoanFM JoanFM commented Feb 8, 2024

No description provided.

Copy link

codecov bot commented Feb 8, 2024

Codecov Report

Attention: 8 lines in your changes are missing coverage. Please review.

Comparison is base (5037635) 85.06% compared to head (b42a68b) 82.71%.
Report is 3 commits behind head on main.

Files 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.

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

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
Collaborator

@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.

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
2 participants