Skip to content

Commit

Permalink
Create q5.out
Browse files Browse the repository at this point in the history
  • Loading branch information
mingxiw authored Jan 4, 2025
1 parent d9754a2 commit cc7e1b0
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions demos/guru_scripts/docker/tutorial/4.x/vector/q5.out
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"version": {
"edition": "enterprise",
"api": "v2",
"schema": 0
},
"error": false,
"message": "",
"results": [
{
"@@result": [
{
"s": "Steven",
"t": "Scott",
"distance": 0.03255625
},
{
"s": "Scott",
"t": "Paul",
"distance": 0.3933879
}
]
}
]
}

0 comments on commit cc7e1b0

Please sign in to comment.