Skip to main content
PUT
Update Rag Config

Endpoint

PUT /v3/rag/{config_id}/

Authentication

API Key (x-api-key) must be included in the header.

Path Parameters

Request Body

A JSON object containing the updated RAG configuration values.

JSON Schema

Response

Example cURL Request

Authorizations

x-api-key
string
header
required

Path Parameters

config_id
string
required

Unique identifier for the RAG configuration to update.

Body

application/json
user_id
string
required
llm_credential_id
string
required
embedding_credential_id
string
required
vector_db_credential_id
string
required
collection_name
string
required
llm_model
string
required
embedding_model
string
required
vector_store_provider
string
required
description
string
semantic_data_model
boolean
meta_data
object

Response

Successful Response

success
boolean
Example:

true