feat: configure vector-io provider with an embedding model

Signed-off-by: Mustafa Elbehery <melbeher@redhat.com>
This commit is contained in:
Mustafa Elbehery 2025-07-31 13:07:03 +02:00
parent 1f0766308d
commit d8f013b35a
29 changed files with 228 additions and 24 deletions

View file

@ -12114,13 +12114,16 @@ components:
The identifier of the vector database to register.
embedding_model:
type: string
description: The embedding model to use.
description: >-
The embedding model to use (optional if provider has defaults).
embedding_dimension:
type: integer
description: The dimension of the embedding model.
description: >-
The dimension of the embedding model (optional if provider has defaults).
provider_id:
type: string
description: The identifier of the provider.
description: >-
The identifier of the provider (can provide embedding defaults).
vector_db_name:
type: string
description: The name of the vector database.
@ -12131,7 +12134,6 @@ components:
additionalProperties: false
required:
- vector_db_id
- embedding_model
title: RegisterVectorDbRequest
ResumeAgentTurnRequest:
type: object