Update Knowledge Model Configuration

Update knowledge model configuration by its id

put/v1/knowledge-models/{knowledge_model_id}/configuration

Path parameters

knowledge_model_idstring required

Request body

max_rag_concurrencyinteger nullable

Max RAG concurrency config

Example request

{
  "chat_model": {
    "model": "claude-3-5-sonnet-20240620"
  },
  "indexer_model": {
    "model": "claude-3-5-sonnet-20240620"
  }
}

Response

Successful Response

max_rag_concurrencyinteger nullable

Max RAG concurrency config

Example response

{
  "chat_model": {
    "model": "claude-3-5-sonnet-20240620"
  },
  "indexer_model": {
    "model": "claude-3-5-sonnet-20240620"
  }
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.