mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-12-31 00:57:37 +00:00
23 lines
291 B
JSON
23 lines
291 B
JSON
|
|
{
|
||
|
|
"answer": "an answer",
|
||
|
|
"type": "extractive",
|
||
|
|
"score": 0.1,
|
||
|
|
"context": "abc",
|
||
|
|
"offsets_in_document": [
|
||
|
|
{
|
||
|
|
"start": 1,
|
||
|
|
"end": 10
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"offsets_in_context": [
|
||
|
|
{
|
||
|
|
"start": 3,
|
||
|
|
"end": 5
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"document_ids": [
|
||
|
|
"123"
|
||
|
|
],
|
||
|
|
"meta": {}
|
||
|
|
}
|