michaelwechner commited on
Commit
db4de01
·
1 Parent(s): 5225c61

instruction to create graph

Browse files
Files changed (1) hide show
  1. kg_builder/README.md +7 -1
kg_builder/README.md CHANGED
@@ -39,7 +39,13 @@ This project builds and queries knowledge graphs from Wikipedia articles using t
39
 
40
  ## Usage
41
 
42
- 1. **Run the main script:**
 
 
 
 
 
 
43
  ```bash
44
  python main.py
45
  ```
 
39
 
40
  ## Usage
41
 
42
+ 1. Create Graph
43
+ ```bash
44
+ python3 kg_builder/src/graph_creation.py
45
+ ```
46
+
47
+
48
+ 2. **Run the main script:**
49
  ```bash
50
  python main.py
51
  ```