mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-12-29 07:59:27 +00:00
* 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
12 lines
162 B
JSON
12 lines
162 B
JSON
{
|
|
"content": "some text",
|
|
"content_type": "text",
|
|
"score": null,
|
|
"meta": {},
|
|
"id_hash_keys": [
|
|
"content"
|
|
],
|
|
"embedding": null,
|
|
"id": "doc1"
|
|
}
|