mirror of
https://github.com/deepset-ai/haystack.git
synced 2026-01-05 03:28:09 +00:00
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>
This commit is contained in:
parent
da90acf650
commit
efdcd24d70
@ -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
|
||||
|
||||
@ -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 @@
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user