Skip to content

Commit

Permalink
Create q3.out
Browse files Browse the repository at this point in the history
  • Loading branch information
mingxiw authored Jan 4, 2025
1 parent f6e45e0 commit 8bf55a1
Showing 1 changed file with 51 additions and 0 deletions.
51 changes: 51 additions & 0 deletions demos/guru_scripts/docker/tutorial/4.x/vector/q3.out
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
{
"version": {
"edition": "enterprise",
"api": "v2",
"schema": 0
},
"error": false,
"message": "",
"results": [
{
"v": [
{
"v_id": "Steven",
"v_type": "Account",
"attributes": {
"name": "Steven",
"isBlocked": true
},
"Embeddings": {
"emb1": [
-0.01505514,
-0.01681934,
-0.022187
]
}
},
{
"v_id": "Scott",
"v_type": "Account",
"attributes": {
"name": "Scott",
"isBlocked": false
},
"Embeddings": {
"emb1": [
-0.01773397,
-0.01019224,
-0.01657188
]
}
}
]
},
{
"@@distances": {
"Scott": 0,
"Steven": 0.0325563
}
}
]
}

0 comments on commit 8bf55a1

Please sign in to comment.