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

@ -7944,6 +7944,8 @@ components:
type: string
embedding_dimension:
type: integer
provider_vector_db_name:
type: string
additionalProperties: false
required:
- identifier
@ -9461,6 +9463,7 @@ components:
additionalProperties: false
required:
- name
- provider_vector_db_id
title: OpenaiCreateVectorStoreRequest
VectorStoreFileCounts:
type: object
@ -10897,6 +10900,9 @@ components:
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
required:
- vector_db_id