Skip to content

Commit a825d3d

Browse files
committed
add more search parameters for pipeline-config
1 parent e710a1e commit a825d3d

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

neurostore-openapi.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,16 @@ paths:
109109
type: string
110110
example: 'TestPipeline'
111111
- $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+
in: query
119+
description: Filter configs by number of dimensions in the embeddings.
120+
schema:
121+
type: integer
112122
responses:
113123
'200':
114124
description: OK

0 commit comments

Comments
 (0)