File size: 6,410 Bytes
5bbd2b9
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
{
  "panel_definitions": [
    {
      "allow_multiple": false,
      "category": "dataset",
      "commands": [
        "workspace.panel.state.get",
        "workspace.panel.state.patch"
      ],
      "data_capabilities": [
        "collection:samples",
        "labels"
      ],
      "default_layout": {
        "dock_zone": "left",
        "id": "explorer",
        "order": 0,
        "position": "right"
      },
      "default_props": {},
      "default_state": {},
      "extension": "core",
      "icon": "tags",
      "label": "Explorer",
      "panel_type": "explorer",
      "props_schema": {
        "type": "object"
      },
      "queries": [],
      "renderer": "native:explorer",
      "source": "shipped",
      "state_schema": {
        "type": "object"
      },
      "static_compatible": true,
      "static_reason": null,
      "title": "Labels"
    },
    {
      "allow_multiple": true,
      "category": "dataset",
      "commands": [
        "workspace.panel.state.get",
        "workspace.panel.state.patch",
        "panel.samples.retrieval.set-anchor",
        "panel.samples.retrieval.set-text-query",
        "panel.samples.retrieval.set-k",
        "panel.samples.retrieval.clear"
      ],
      "data_capabilities": [
        "collection:samples",
        "selection",
        "text-query",
        "neighbors"
      ],
      "default_layout": {
        "id": "samples",
        "order": 10,
        "position": "center"
      },
      "default_props": {},
      "default_state": {},
      "extension": "core",
      "icon": "grid",
      "label": "Samples",
      "panel_type": "samples",
      "props_schema": {
        "properties": {
          "anchorSampleId": {
            "type": "string"
          },
          "anchor_sample_id": {
            "type": "string"
          },
          "collectionId": {
            "type": "string"
          },
          "collection_id": {
            "type": "string"
          },
          "labelField": {
            "type": "string"
          },
          "label_field": {
            "type": "string"
          },
          "mode": {
            "enum": [
              "auto",
              "browse",
              "ranked",
              "results"
            ],
            "type": "string"
          },
          "rank": {
            "properties": {
              "anchorSampleId": {
                "type": "string"
              },
              "anchor_sample_id": {
                "type": "string"
              },
              "k": {
                "type": "integer"
              },
              "layoutKey": {
                "type": "string"
              },
              "layout_key": {
                "type": "string"
              },
              "showDistance": {
                "type": "boolean"
              },
              "show_distance": {
                "type": "boolean"
              },
              "source": {
                "type": "string"
              },
              "spaceKey": {
                "type": "string"
              },
              "space_key": {
                "type": "string"
              }
            },
            "type": "object"
          },
          "showTextSearch": {
            "type": "boolean"
          },
          "show_text_search": {
            "type": "boolean"
          }
        },
        "type": "object"
      },
      "queries": [
        "samples.query",
        "samples.similar"
      ],
      "renderer": "native:samples",
      "source": "shipped",
      "state_schema": {
        "type": "object"
      },
      "static_compatible": true,
      "static_reason": null,
      "title": "Samples"
    },
    {
      "allow_multiple": true,
      "category": "embedding",
      "commands": [
        "workspace.panel.state.get",
        "workspace.panel.state.patch"
      ],
      "data_capabilities": [
        "layout:2d",
        "layout:3d",
        "selection",
        "labels"
      ],
      "default_layout": {
        "direction": "right",
        "id": "scatter",
        "order": 20,
        "position": "center",
        "preset": "euclidean-2d",
        "reference_panel_id": "samples"
      },
      "default_props": {
        "preset": "euclidean-2d",
        "presets": {
          "euclidean-2d": {
            "geometry": "euclidean",
            "label": "Euclidean",
            "layout_dimension": 2
          },
          "euclidean-3d": {
            "geometry": "euclidean",
            "label": "Euclidean 3D",
            "layout_dimension": 3
          },
          "poincare-2d": {
            "geometry": "poincare",
            "label": "Hyperbolic",
            "layout_dimension": 2
          },
          "spherical-2d": {
            "geometry": "spherical",
            "label": "Spherical",
            "layout_dimension": 2
          },
          "spherical-3d": {
            "geometry": "spherical",
            "label": "Sphere 3D",
            "layout_dimension": 3
          }
        }
      },
      "default_state": {},
      "extension": "core",
      "icon": "scatter",
      "label": "Scatter",
      "panel_type": "scatter",
      "props_schema": {
        "properties": {
          "geometry": {
            "enum": [
              "euclidean",
              "poincare",
              "spherical"
            ],
            "type": "string"
          },
          "layoutDimension": {
            "enum": [
              2,
              3
            ],
            "type": "integer"
          },
          "layoutKey": {
            "type": "string"
          },
          "layout_dimension": {
            "enum": [
              2,
              3
            ],
            "type": "integer"
          },
          "layout_key": {
            "type": "string"
          },
          "pinnedLayout": {
            "type": "boolean"
          },
          "pinned_layout": {
            "type": "boolean"
          },
          "preset": {
            "type": "string"
          },
          "presets": {
            "type": "object"
          }
        },
        "type": "object"
      },
      "queries": [
        "embeddings",
        "layouts"
      ],
      "renderer": "native:scatter",
      "source": "shipped",
      "state_schema": {
        "type": "object"
      },
      "static_compatible": true,
      "static_reason": null,
      "title": "Embeddings"
    }
  ]
}