Skip to content

Commit

Permalink
Create q4a.out
Browse files Browse the repository at this point in the history
  • Loading branch information
mingxiw authored Jan 4, 2025
1 parent 06762c2 commit d9754a2
Showing 1 changed file with 253 additions and 0 deletions.
253 changes: 253 additions & 0 deletions demos/guru_scripts/docker/tutorial/4.x/vector/q4a.out
Original file line number Diff line number Diff line change
@@ -0,0 +1,253 @@
{
"version": {
"edition": "enterprise",
"api": "v2",
"schema": 0
},
"error": false,
"message": "",
"results": [
{
"c1": [
{
"v_id": "Scott",
"v_type": "Account",
"attributes": {
"name": "Scott",
"isBlocked": false
},
"Embeddings": {
"emb1": [
-0.01773397,
-0.01019224,
-0.01657188
]
}
},
{
"v_id": "Steven",
"v_type": "Account",
"attributes": {
"name": "Steven",
"isBlocked": true
},
"Embeddings": {
"emb1": [
-0.01505514,
-0.01681934,
-0.022187
]
}
},
{
"v_id": "Paul",
"v_type": "Account",
"attributes": {
"name": "Paul",
"isBlocked": false
},
"Embeddings": {
"emb1": [
0.001119343,
-0.001038988,
-0.01715852
]
}
}
]
},
{
"v": [
{
"v_id": "Paul",
"v_type": "Account",
"attributes": {
"name": "Paul",
"isBlocked": false
},
"Embeddings": {
"emb1": [
0.001119343,
-0.001038988,
-0.01715852
]
}
},
{
"v_id": "Scott",
"v_type": "Account",
"attributes": {
"name": "Scott",
"isBlocked": false
},
"Embeddings": {
"emb1": [
-0.01773397,
-0.01019224,
-0.01657188
]
}
},
{
"v_id": "Steven",
"v_type": "Account",
"attributes": {
"name": "Steven",
"isBlocked": true
},
"Embeddings": {
"emb1": [
-0.01505514,
-0.01681934,
-0.022187
]
}
}
]
},
{
"@@distances1": {
"Steven": 0.0325563,
"Paul": 0.393388,
"Scott": 0
}
},
{
"c2": [
{
"v_id": "Ed",
"v_type": "Account",
"attributes": {
"name": "Ed",
"isBlocked": false
},
"Embeddings": {
"emb1": [
-0.003692443,
0.01049439,
-0.004631793
]
}
},
{
"v_id": "Jenny",
"v_type": "Account",
"attributes": {
"name": "Jenny",
"isBlocked": false
},
"Embeddings": {
"emb1": [
-0.01926511,
0.0004929182,
0.006711317
]
}
},
{
"v_id": "Paul",
"v_type": "Account",
"attributes": {
"name": "Paul",
"isBlocked": false
},
"Embeddings": {
"emb1": [
0.001119343,
-0.001038988,
-0.01715852
]
}
}
]
},
{
"v": [
{
"v_id": "Paul",
"v_type": "Account",
"attributes": {
"name": "Paul",
"isBlocked": false
},
"Embeddings": {
"emb1": [
0.001119343,
-0.001038988,
-0.01715852
]
}
},
{
"v_id": "Jenny",
"v_type": "Account",
"attributes": {
"name": "Jenny",
"isBlocked": false
},
"Embeddings": {
"emb1": [
-0.01926511,
0.0004929182,
0.006711317
]
}
},
{
"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
]
}
},
{
"v_id": "Ed",
"v_type": "Account",
"attributes": {
"name": "Ed",
"isBlocked": false
},
"Embeddings": {
"emb1": [
-0.003692443,
0.01049439,
-0.004631793
]
}
}
]
},
{
"@@distances2": {
"Paul": 0.393388,
"Scott": 0,
"Steven": 0.0325563,
"Ed": 0.8887959,
"Jenny": 0.5804119
}
}
]
}

0 comments on commit d9754a2

Please sign in to comment.