-
Notifications
You must be signed in to change notification settings - Fork 232
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
Added support for annotations and calling aggregating functions. #829
Conversation
…tion-for-vector-index FIx tests and doc for vector index
Fixed wrongly typed out argument in example command
Update getting_started.rst
Also introduced a new traverse_relations() method which only return the first hop of the path in the return clause.
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## rc/5.4.0 #829 +/- ##
============================================
+ Coverage 92.20% 92.46% +0.25%
============================================
Files 34 34
Lines 4762 4846 +84
============================================
+ Hits 4391 4481 +90
+ Misses 371 365 -6
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Will add doc later - more features coming in this featureset |
Quality Gate passedIssues Measures |
Also introduced a new traverse_relations() method which only return the first hop of the path in the return clause.