From a8d5461b37cfe9ec2e93968f9503778cd882942e Mon Sep 17 00:00:00 2001
From: Li Xu
Date: Thu, 26 Feb 2026 12:30:51 -0800
Subject: [PATCH] feat: v1.5 graph update
---
README.md | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/README.md b/README.md
index f765bf0..ddc5899 100644
--- a/README.md
+++ b/README.md
@@ -141,16 +141,16 @@ You can download the files through direct links or using curl commands.
**Direct links**
-- [nodes.jsonl](https://cdn.learningcommons.org/knowledge-graph/v1.4.0/exports/nodes.jsonl?ref=github)
-- [relationships.jsonl](https://cdn.learningcommons.org/knowledge-graph/v1.4.0/exports/relationships.jsonl?ref=github)
+- [nodes.jsonl](https://cdn.learningcommons.org/knowledge-graph/v1.5.0/exports/nodes.jsonl?ref=github)
+- [relationships.jsonl](https://cdn.learningcommons.org/knowledge-graph/v1.5.0/exports/relationships.jsonl?ref=github)
**Using curl commands**
If you don't have curl installed, visit https://github.com/curl/curl for installation instructions.
```bash
-curl -L "https://cdn.learningcommons.org/knowledge-graph/v1.4.0/exports/nodes.jsonl?ref=gh_curl" -o nodes.jsonl
-curl -L "https://cdn.learningcommons.org/knowledge-graph/v1.4.0/exports/relationships.jsonl?ref=gh_curl" -o relationships.jsonl
+curl -L "https://cdn.learningcommons.org/knowledge-graph/v1.5.0/exports/nodes.jsonl?ref=gh_curl" -o nodes.jsonl
+curl -L "https://cdn.learningcommons.org/knowledge-graph/v1.5.0/exports/relationships.jsonl?ref=gh_curl" -o relationships.jsonl
```
#### Querying with jq