Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
06-25-2022 01:15 AM
I am using the Aura DS and vertex AI blog and example. I used the following to create the
projections for a example sub graph
result = gds.graph.project.cypher(
"""
'myshops',
['shops','servicetags'],
{
services_with: {
orientation: 'UNDIRECTED'
}
}
)
"""
)
This worked for me with neo4j desktop with GDS plugin. I am now trying to use the same with AuraDB
and calling this in Python. When I execute this , I get TypeError: __call__() missing 2 required positional arguments: 'node_spec' and 'relationship_spec'.
Appreciate your inputs..
06-28-2022 03:08 AM
You need to use AuraDS for that, AuraDB has no GDS installed.
All the sessions of the conference are now available online