michaelwechner
commited on
Commit
·
2582e69
1
Parent(s):
d264ba2
comment added
Browse files
kg_builder/src/graph_creation.py
CHANGED
@@ -7,6 +7,7 @@ from tqdm import tqdm
|
|
7 |
# Load environment variables
|
8 |
load_dotenv()
|
9 |
|
|
|
10 |
# Define articles / topics to load
|
11 |
#articles = {
|
12 |
# "Chemotherapy": "Chemotherapy",
|
|
|
7 |
# Load environment variables
|
8 |
load_dotenv()
|
9 |
|
10 |
+
# IMPORTANT: Make sure data source names match with values inside api_connections.py
|
11 |
# Define articles / topics to load
|
12 |
#articles = {
|
13 |
# "Chemotherapy": "Chemotherapy",
|