mirror of
https://github.com/mudler/LocalAI.git
synced 2026-09-12 22:33:54 -04:00
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:
1 parent
c718937900
commit
caa92a7af4
3 files changed
+27
No files matched your search
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in new issue
Block a user