haystack/test/samples/schema/table_doc_emb.json

42 lines
521 B
JSON
Raw Normal View History

{
"content": [
[
"actors",
"age",
"number of movies",
"date of birth"
],
[
"brad pitt",
58,
87,
"18 december 1963"
],
[
"leonardo di caprio",
47,
53,
"11 november 1974"
],
[
"george clooney",
60,
69,
"6 may 1961"
]
],
"content_type": "table",
"score": null,
"meta": {},
"id_hash_keys": [
"content"
],
"embedding": [
1.1,
2.2,
3.3,
4.4
],
"id": "doc2"
}