feat(swagger): update swagger (#11914)

Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: mudler <2420543+mudler@users.noreply.github.com>
This commit is contained in:
localai-org-maint-botandmudler authored and GitHub committed 2026-09-08 08:17:13 +02:00
1 parent c718937900
commit caa92a7af4
3 files changed
+27

No files matched your search

+10
View File
@@ -5652,6 +5652,12 @@ const docTemplate = `{
"schema.FaceRegisterRequest": {
"type": "object",
"properties": {
"embedding": {
"type": "array",
"items": {
"type": "number"
}
},
"img": {
"type": "string"
},
@@ -5667,6 +5673,10 @@ const docTemplate = `{
"name": {
"type": "string"
},
"registered_at": {
"description": "original enrollment time when replaying a saved embedding",
"type": "string"
},
"store": {
"description": "vector store model; empty = local-store default",
"type": "string"
+10
View File
@@ -5649,6 +5649,12 @@
"schema.FaceRegisterRequest": {
"type": "object",
"properties": {
"embedding": {
"type": "array",
"items": {
"type": "number"
}
},
"img": {
"type": "string"
},
@@ -5664,6 +5670,10 @@
"name": {
"type": "string"
},
"registered_at": {
"description": "original enrollment time when replaying a saved embedding",
"type": "string"
},
"store": {
"description": "vector store model; empty = local-store default",
"type": "string"
+7
View File
@@ -1138,6 +1138,10 @@ definitions:
type: object
schema.FaceRegisterRequest:
properties:
embedding:
items:
type: number
type: array
img:
type: string
labels:
@@ -1148,6 +1152,9 @@ definitions:
type: string
name:
type: string
registered_at:
description: original enrollment time when replaying a saved embedding
type: string
store:
description: vector store model; empty = local-store default
type: string