From 8333a13d6ff50cabf85570f1424caa64d1dba8e3 Mon Sep 17 00:00:00 2001 From: Julian Risch Date: Mon, 12 Apr 2021 15:26:02 +0200 Subject: [PATCH] Adding tutorial on knowledge graphs to README --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 7efeb8c00..b0f979438 100644 --- a/README.md +++ b/README.md @@ -271,6 +271,12 @@ If you'd like to learn more about Haystack, feel free to go through the tutorial [Colab](https://colab.research.google.com/github/deepset-ai/haystack/blob/master/tutorials/Tutorial9_DPR_training.ipynb) | [Python](https://github.com/deepset-ai/haystack/blob/master/tutorials/Tutorial9_DPR_training.py) +- Tutorial 10 - Knowledge Graph: + [Jupyter noteboook](https://github.com/deepset-ai/haystack/blob/master/tutorials/Tutorial10_Knowledge_Graph.ipynb) + | + [Colab](https://colab.research.google.com/github/deepset-ai/haystack/blob/master/tutorials/Tutorial10_Knowledge_Graph.ipynb) + | + [Python](https://github.com/deepset-ai/haystack/blob/master/tutorials/Tutorial10_Knowledge_Graph.py) ## How to use Haystack