Skip to content

Commit 752bbd4

Browse files
committed
docs: fix
1 parent de5dd79 commit 752bbd4

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

examples/server/server_doc.yaml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -149,11 +149,13 @@ paths:
149149
items:
150150
type: string
151151
embeddings:
152-
type: object
153-
additionalProperties:
154-
type: array
155-
items:
156-
type: string
152+
type: array
153+
items:
154+
type: object
155+
additionalProperties:
156+
type: array
157+
items:
158+
type: string
157159

158160
/model:
159161
get:

0 commit comments

Comments
 (0)