cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

Forum Posts

Cypher Fundamentals Course: wrong query?

In the Cypher fundamentals course, (https://graphacademy.neo4j.com/courses/cypher-fundamentals/1-reading/3-relationships/) the second question of that page, asks "Which MATCH clauses will return the names of the directors of the movie, The Matrix?" a...

new to neo4j

hey there,i'm rather new to neo4j so I want to folllow into courses. But sandbox connection keeps failing. Anyone can help out?

badger by Node
  • 308 Views
  • 2 replies
  • 0 kudos

Sandbox connection details not working

Hi.  I'm trying to do the exercise (importing data via CSV into Data Importer) in course  Importing CSV Data into Neo4j but the credentials are not working.  I need the credentials to work so I can complete the course, specifically run the Neo4j impo...

Implementing KNN with cosine similarity

Hi/HelloI am trying to implement a KNN with cosine Similarity, but I found a strange issue that is the following: I checked the official documentation and I implemented some predefined codes to be familiar with KNN in neo4j, the problem was that insi...

What is the difference ?

MATCH (m:Movie {title: 'Get Out'})SET m.tagline = 'Gripping, scary, witty and timely!',m.released = 2017 vs MATCH (m:Movie {title: 'Get Out'})SET m.tagline = 'Gripping, scary, witty and timely!'SET m.released = 2017

tmaddy by Node
  • 377 Views
  • 1 replies
  • 0 kudos