-
Notifications
You must be signed in to change notification settings - Fork 7
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
Update subqueries building import query based on neo4j version #10
Conversation
ceec904
to
ea988a7
Compare
38fd439
to
6d6b4c8
Compare
6d6b4c8
to
c18dec6
Compare
@CodiumAI-Agent /update_changelog |
Changelog updates: 🔄 NextUpdated
|
ee66ce2
to
e84234c
Compare
e84234c
to
850ee1e
Compare
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.
LGTM
Changelog updates: 🔄 NextUpdated
|
Summary
import_query
uses Cypher syntax that is only available for Neo4j version 5.23 and above. This PRs adds a check to build the required query string.Testing
This has been manually tested for both Neo4j versions 5.22 and 5.23. The
graph_prompting.py
script was used, which is adapted from this notebook.Unit tests were added.