-
Notifications
You must be signed in to change notification settings - Fork 82
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
Add aggregate.hybrid method using GQL #992
Conversation
Great to see you again! Thanks for the contribution. |
…te-python-client into hybrid_ext/aggregate-hybrid
…te-python-client into hybrid_ext/aggregate-hybrid
…te-python-client into hybrid_ext/aggregate-hybrid
…te-python-client into hybrid_ext/aggregate-hybrid
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## hybrid_extension #992 +/- ##
====================================================
- Coverage 94.92% 94.86% -0.07%
====================================================
Files 175 176 +1
Lines 18123 18270 +147
====================================================
+ Hits 17204 17331 +127
- Misses 919 939 +20 ☔ View full report in Codecov by Sentry. |
properties=[Property(name="text", data_type=DataType.TEXT)], | ||
vectorizer_config=Configure.Vectorizer.text2vec_contextionary( | ||
vectorize_collection_name=False | ||
), | ||
) | ||
|
||
collection = collection_maker() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
not a blocker, but what is the point of this change?
No description provided.