File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -141,16 +141,16 @@ You can download the files through direct links or using curl commands.
141141
142142** Direct links**
143143
144- - [ nodes.jsonl] ( https://cdn.learningcommons.org/knowledge-graph/v1.5 .0/exports/nodes.jsonl?ref=github )
145- - [ relationships.jsonl] ( https://cdn.learningcommons.org/knowledge-graph/v1.5 .0/exports/relationships.jsonl?ref=github )
144+ - [ nodes.jsonl] ( https://cdn.learningcommons.org/knowledge-graph/v1.6 .0/exports/nodes.jsonl?ref=github )
145+ - [ relationships.jsonl] ( https://cdn.learningcommons.org/knowledge-graph/v1.6 .0/exports/relationships.jsonl?ref=github )
146146
147147** Using curl commands**
148148
149149If you don't have curl installed, visit https://github.com/curl/curl for installation instructions.
150150
151151``` bash
152- curl -L " https://cdn.learningcommons.org/knowledge-graph/v1.5 .0/exports/nodes.jsonl?ref=gh_curl" -o nodes.jsonl
153- curl -L " https://cdn.learningcommons.org/knowledge-graph/v1.5 .0/exports/relationships.jsonl?ref=gh_curl" -o relationships.jsonl
152+ curl -L " https://cdn.learningcommons.org/knowledge-graph/v1.6 .0/exports/nodes.jsonl?ref=gh_curl" -o nodes.jsonl
153+ curl -L " https://cdn.learningcommons.org/knowledge-graph/v1.6 .0/exports/relationships.jsonl?ref=gh_curl" -o relationships.jsonl
154154```
155155
156156#### Querying with jq
You can’t perform that action at this time.
0 commit comments