From efdcd24d70052a4891c0aecc0eda90cdaa0310d7 Mon Sep 17 00:00:00 2001 From: Julian Risch Date: Mon, 1 Nov 2021 10:38:39 +0100 Subject: [PATCH] fixed typo (#1680) * fixed typo * Add latest docstring and tutorial changes Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- docs/_src/tutorials/tutorials/15.md | 2 +- tutorials/Tutorial15_TableQA.ipynb | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/_src/tutorials/tutorials/15.md b/docs/_src/tutorials/tutorials/15.md index 428adc45f..2b0fb9772 100644 --- a/docs/_src/tutorials/tutorials/15.md +++ b/docs/_src/tutorials/tutorials/15.md @@ -86,7 +86,7 @@ document_store = ElasticsearchDocumentStore(host="localhost", ## Add Tables to DocumentStore To quickly demonstrate the capabilities of the `TableTextRetriever` and the `TableReader` we use a subset of 1000 tables of the [Open Table-and-Text Question Answering (OTT-QA) dataset](https://github.com/wenhuchen/OTT-QA). -Just as text passages, tables are represented as `Document` ojects in Haystack. The content field, though, is a pandas DataFrame instead of a string. +Just as text passages, tables are represented as `Document` objects in Haystack. The content field, though, is a pandas DataFrame instead of a string. ```python diff --git a/tutorials/Tutorial15_TableQA.ipynb b/tutorials/Tutorial15_TableQA.ipynb index b06fac683..97485ba48 100644 --- a/tutorials/Tutorial15_TableQA.ipynb +++ b/tutorials/Tutorial15_TableQA.ipynb @@ -152,7 +152,7 @@ "## Add Tables to DocumentStore\n", "To quickly demonstrate the capabilities of the `TableTextRetriever` and the `TableReader` we use a subset of 1000 tables of the [Open Table-and-Text Question Answering (OTT-QA) dataset](https://github.com/wenhuchen/OTT-QA).\n", "\n", - "Just as text passages, tables are represented as `Document` ojects in Haystack. The content field, though, is a pandas DataFrame instead of a string." + "Just as text passages, tables are represented as `Document` objects in Haystack. The content field, though, is a pandas DataFrame instead of a string." ] }, { @@ -758,4 +758,4 @@ ] } ] -} \ No newline at end of file +}