haystack/test/samples/schema/text_doc.json
Sebastian eff420cce0
test: Update unit tests for schema (#4835)
* Updated text_label tests to match tabel_label tests. Also added answer text as part of the Answer.__eq__ comparison.

* Updated text document unit tests to match ones from table docs

* Converting text answer unit tests to match table answer

* Update some document tests

* Minor update

* Separating unit tests
2023-05-10 16:16:45 +02:00

12 lines
162 B
JSON

{
"content": "some text",
"content_type": "text",
"score": null,
"meta": {},
"id_hash_keys": [
"content"
],
"embedding": null,
"id": "doc1"
}