rename text variable of document to content (#1704)

This commit is contained in:
Julian Risch 2021-11-08 17:07:36 +01:00 committed by GitHub
parent 5654ad1243
commit c9087da2ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,7 +30,7 @@ The sections below will show you all the tools you'll need to ready your data fo
```python
docs = [
{
'text': DOCUMENT_TEXT_HERE,
'content': DOCUMENT_TEXT_HERE,
'meta': {'name': DOCUMENT_NAME, ...}
}, ...
]