mirror of
https://github.com/deepset-ai/haystack.git
synced 2026-01-05 11:38:20 +00:00
17 lines
198 B
JSON
17 lines
198 B
JSON
|
|
{
|
||
|
|
"content": "some text",
|
||
|
|
"content_type": "text",
|
||
|
|
"score": null,
|
||
|
|
"meta": {},
|
||
|
|
"id_hash_keys": [
|
||
|
|
"content"
|
||
|
|
],
|
||
|
|
"embedding": [
|
||
|
|
1.1,
|
||
|
|
2.2,
|
||
|
|
3.3,
|
||
|
|
4.4
|
||
|
|
],
|
||
|
|
"id": "doc2"
|
||
|
|
}
|