This commit is contained in:
Habeb Nawatha 2025-09-24 09:30:04 +02:00 committed by GitHub
commit d483239cd7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 12 additions and 19 deletions

View file

@ -17091,14 +17091,14 @@
"type": "string",
"description": "The embedding model to use."
},
"embedding_dimension": {
"type": "integer",
"description": "The dimension of the embedding model."
},
"provider_id": {
"type": "string",
"description": "The identifier of the provider."
},
"embedding_dimension": {
"type": "integer",
"description": "The dimension of the embedding model."
},
"vector_db_name": {
"type": "string",
"description": "The name of the vector database."
@ -17111,7 +17111,8 @@
"additionalProperties": false,
"required": [
"vector_db_id",
"embedding_model"
"embedding_model",
"provider_id"
],
"title": "RegisterVectorDbRequest"
},