From 4cc853d1c38d8a62ae10d8dce124b6ea15ae9411 Mon Sep 17 00:00:00 2001 From: brandenchan Date: Fri, 30 Apr 2021 15:06:45 +0200 Subject: [PATCH] Update link --- docs/_src/usage/usage/knowledge_graph.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_src/usage/usage/knowledge_graph.md b/docs/_src/usage/usage/knowledge_graph.md index 71cbb27bc..b3469f0f6 100644 --- a/docs/_src/usage/usage/knowledge_graph.md +++ b/docs/_src/usage/usage/knowledge_graph.md @@ -104,5 +104,5 @@ Otherwise, it cannot translate the name of the resource to the identifier used i For example, it can translate "Harry" to "hp:Harry_potter" only because we trained it to do so. Unfortunately, our pre-trained model for translating text queries does not work with your custom data. -Instead, you need to train your own model. It needs to be trained according to the [seq2seq example for summarization with BART in transformers](https://github.com/huggingface/transformers/tree/master/examples/seq2seq). +Instead, you need to train your own model. It needs to be trained according to the [seq2seq example for summarization with BART in transformers](https://github.com/huggingface/transformers/tree/master/examples/legacy/seq2seq). Haystack currently does not support the training of text2sparql models. We dont have concrete plans to extend the funtionality, but we are more than open to contributions. Don't hesitate to reach out!