mirror of
https://github.com/deepset-ai/haystack.git
synced 2026-01-07 04:27:15 +00:00
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"
|
||
|
|
}
|