Skip to content

Commit d74345b

Browse files
committed
update -fundamentals to -introduction
1 parent 170ef6f commit d74345b

File tree

2 files changed

+11
-6
lines changed
  • asciidoc/courses/workshop-graphrag-introduction/modules

2 files changed

+11
-6
lines changed

asciidoc/courses/workshop-graphrag-introduction/modules/1-introduction/lessons/0-welcome/lesson.adoc

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47,18 +47,18 @@ You may want to set up a virtual environment using link:https://docs.python.org/
4747
[.slide.discrete]
4848
== Clone the repository
4949

50-
Clone the link:{repository-link}[github.com/neo4j-graphacademy/workshop-genai] repository:
50+
Clone the link:{repository-link}[github.com/neo4j-graphacademy/workshop-graphrag-introduction] repository:
5151

5252
[source,bash]
5353
----
54-
git clone https://github.com/neo4j-graphacademy/workshop-genai
54+
git clone https://github.com/neo4j-graphacademy/workshop-graphrag-introduction
5555
----
5656

5757
Install the required packages using `pip` and download the required data:
5858

5959
[source,bash]
6060
----
61-
cd workshop-genai
61+
cd workshop-graphrag-introduction
6262
pip install -r requirements.txt
6363
----
6464

@@ -89,7 +89,13 @@ NEO4J_PASSWORD={instance-password}
8989
[.slide]
9090
== Test your setup
9191

92-
You can test your setup by running `workshop-genai/test_environment.py` - this will attempt to connect to the Neo4j sandbox and the OpenAI API.
92+
You can test your setup by running `workshop-graphrag-introduction/test_environment.py` - this will attempt to connect to the Neo4j sandbox and the OpenAI API.
93+
94+
[python]
95+
.Test your setup
96+
----
97+
python workshop-graphrag-introduction/test_environment.py
98+
----
9399

94100
You will see an `OK` message if you have set up your environment correctly. If any tests fail, check the contents of the `.env` file.
95101

@@ -102,7 +108,6 @@ To avoid creating a new environment for each challenge, you can keep your enviro
102108
The environment will automatically pause after a period of inactivity.
103109

104110

105-
106111
[.slide]
107112
== Are you ready?
108113

asciidoc/courses/workshop-graphrag-introduction/modules/2-building/lessons/2-building-the-graph/lesson.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ How do you extract structured insights from these comprehensive but text-heavy r
4545

4646
[TIP,role="transcript-only"]
4747
.Spoiler Alert
48-
You can link:https://github.com/neo4j-graphacademy/workshop-genai/blob/main/workshop-genai/financial-documents/pdf-build/01_PDF_Loader_for_Neo4j_GraphRAG.ipynb[View the entire process on Github^].
48+
You can link:https://github.com/neo4j-graphacademy/workshop-graphrag-introduction/blob/main/workshop-graphrag-introduction/financial-documents/pdf-build/01_PDF_Loader_for_Neo4j_GraphRAG.ipynb[View the entire process on Github^].
4949

5050
====
5151

0 commit comments

Comments
 (0)