CommencerCommencer gratuitement

Querying your graph database

Now that you have your database set up, it's time to begin querying. You'll view the graph schema to refamiliarize yourself with the nodes and relationships, and then write a Cypher query to query the graph.

If you need help with writing or fixing your Cypher query, you can use the ask_chatgpt(text: str) function that we've defined for you, which accepts a string argument.

The graph you created previously is available for you to use.

Cet exercice fait partie du cours

Retrieval Augmented Generation (RAG) with LangChain

Afficher le cours

Exercice interactif pratique

Essayez cet exercice en complétant cet exemple de code.

# Print the graph schema
print(____)
Modifier et exécuter le code