-
Notifications
You must be signed in to change notification settings - Fork 63
Graph types as direct PR #1406
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
base: dev
Are you sure you want to change the base?
Graph types as direct PR #1406
Conversation
Hunterness
left a comment
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.
Some of the show constraint command results lost their new columns as the vector constraint rows were added :(
Co-authored-by: Therese Magnusson <therese.magnusson@neo4j.com>
Hunterness
left a comment
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.
Comments on the updates
Hunterness
left a comment
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.
Answering the classification questions as well as adding the vector property type constraints to the setup
Co-authored-by: Therese Magnusson <therese.magnusson@neo4j.com>
Hunterness
left a comment
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.
More comments on table formatting/alignment
Hunterness
left a comment
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.
No new comments 🎉
Now we just have to keep it up to date while waiting for graph types to go public/GA/beta/what the plan now is
|
This PR includes documentation updates New pages:
Updated pages: |
Co-authored-by: Therese Magnusson <therese.magnusson@neo4j.com>
| In Aura, graph types are enabled by default. | ||
| In self-managed Neo4j, graph types are disabled by default. | ||
| Use the internal setting `internal.dbms.graph_types.enabled=true` to enable it. |
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.
Isn't this just internal.dbms.graph_types=true? 🤔
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.
that could very well be the case :) - this was from brain brump after seeing it briefly in the document, and it's something yet to be double-checked
| In Aura, graph types are enabled by default. | ||
| In self-managed Neo4j, graph types are disabled by default. | ||
| Use the internal setting `internal.dbms.graph_types.enabled=true` to enable it. |
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.
| Use the internal setting `internal.dbms.graph_types.enabled=true` to enable it. | |
| Use the internal setting `internal.dbms.graph_types=true` to enable it. |
This should be the same as #1391
The changes from #1325 have been incorporated.
I was unable to push to the fork 1391 was created from, that's why i raised a new PR
ToDo (moved over from the other PR, not sure how relevant they still are):
Related PRs: