Use the GitHub Codespaces environment to create your own knowledge graph.
-
Open the
2.2-building-try-yourself.ipynb
file in your code editor. -
Copy and paste some text from a document from your local machine into the
text
property. -
Modify the
entities
andrelations
arrays to describe the information to extract from the text. -
Run the script to create the graph.
When you are ready, move on to the next module.
Lesson Summary
In this lesson, you used the Neo4j GraphRAG Library to create your own knowledge graph.
In the next lesson, you will learn how to query the knowledge graph.