File size: 883 Bytes
c1d353a
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
  "train": {
    "name": "mnist-784-euclidean",
    "size": "13.438 MB",
    "num_rows": 60000,
    "num_columns": 2,
    "schema": {
      "idx": "int64",
      "emb": "list<element: float>"
    },
    "num_files": 1
  },
  "test": {
    "name": "mnist-784-euclidean",
    "size": "2.238 MB",
    "num_rows": 10000,
    "num_columns": 2,
    "schema": {
      "idx": "int64",
      "emb": "list<element: float>"
    },
    "num_files": 1
  },
  "neighbors": {
    "name": "mnist-784-euclidean",
    "size": "72.667 MB",
    "num_rows": 10000,
    "num_columns": 8,
    "schema": {
      "idx": "int64",
      "neighbors_id": "list<element: int64>",
      "neighbors_distance": "list<element: double>",
      "metric": "string",
      "query_expr": "null",
      "pk_field_name": "string",
      "vector_field_name": "string",
      "top_k": "int64"
    },
    "num_files": 1
  }
}