chore: Migrating VectorDB to use OpenAI compatible identifier

Signed-off-by: Francisco Javier Arceo <farceo@redhat.com>
This commit is contained in:
Francisco Javier Arceo 2025-07-03 22:02:06 -04:00
parent b094960199
commit ddb29b306c
9 changed files with 44 additions and 22 deletions

View file

@ -11285,6 +11285,9 @@
},
"embedding_dimension": {
"type": "integer"
},
"provider_vector_db_name": {
"type": "string"
}
},
"additionalProperties": false,
@ -13543,7 +13546,8 @@
},
"additionalProperties": false,
"required": [
"name"
"name",
"provider_vector_db_id"
],
"title": "OpenaiCreateVectorStoreRequest"
},
@ -15571,6 +15575,10 @@
"provider_vector_db_id": {
"type": "string",
"description": "The identifier of the vector database in the provider."
},
"provider_vector_db_name": {
"type": "string",
"description": "The name of the vector database."
}
},
"additionalProperties": false,