-
Notifications
You must be signed in to change notification settings - Fork 86
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 support for hybrid extension #969
Conversation
@dirkkul wdyt about consolidating these helper classes to hybrid_objs2 = collection.query.hybrid(
query=None,
vector=wvc.query.HybridNear.text(
text="banana",
move_to=wvc.query.Move(concepts="pudding", force=0.1),
move_away=wvc.query.Move(concepts="smoothie", force=0.1),
),
return_metadata=MetadataQuery.full(),
).objects I think otherwise it looks good! |
…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 @@
## dev/1.25 #969 +/- ##
============================================
- Coverage 95.00% 94.92% -0.08%
============================================
Files 175 175
Lines 18022 18123 +101
============================================
+ Hits 17122 17204 +82
- Misses 900 919 +19 ☔ View full report in Codecov by Sentry. |
Add aggregate.hybrid method using GQL
core PR: weaviate/weaviate#4477
examples: