We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e710a1e commit a825d3dCopy full SHA for a825d3d
1 file changed
neurostore-openapi.yml
@@ -109,6 +109,16 @@ paths:
109
type: string
110
example: 'TestPipeline'
111
- $ref: '#/components/parameters/paginate'
112
+ - name: has_embeddings
113
+ in: query
114
+ description: Filter configs as whether they have embeddings saved.
115
+ schema:
116
+ type: boolean
117
+ - name: embedding_dimensions
118
119
+ description: Filter configs by number of dimensions in the embeddings.
120
121
+ type: integer
122
responses:
123
'200':
124
description: OK
0 commit comments