Skip to content

Commit

Permalink
Revert "remove json file for search index tool ut"
Browse files Browse the repository at this point in the history
This reverts commit 1db72bb.

Signed-off-by: yuye-aws <[email protected]>
  • Loading branch information
yuye-aws committed Apr 25, 2024
1 parent a680052 commit 148df73
Showing 1 changed file with 35 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
{
"took": 201,
"timed_out": false,
"_shards": {
"total": 1,
"successful": 1,
"skipped": 0,
"failed": 0
},
"hits": {
"total": {
"value": 2,
"relation": "eq"
},
"max_score": 89.2917,
"hits": [
{
"_index": "hybrid-index",
"_id": "1",
"_score": 89.2917,
"_source": {
"passage_text": "Company test_mock have a history of 100 years."
}
},
{
"_index": "hybrid-index",
"_id": "2",
"_score": 0.10702579,
"_source": {
"passage_text": "the price of the api is 2$ per invocation"
}
}
]
}
}

0 comments on commit 148df73

Please sign in to comment.