KnowledgeBaseOrchestrationConfiguration
Configures how the knowledge base orchestrates the retrieval and generation process, allowing for customization of prompts, inference parameters, and performance settings.
Types
Properties
Link copied to clipboard
The additional model-specific request parameters as key-value pairs to be included in the request to the foundation model.
Link copied to clipboard
Contains inference configurations for the prompt.
Link copied to clipboard
The performance configuration options for the knowledge base retrieval and generation process.
Link copied to clipboard
A custom prompt template for orchestrating the retrieval and generation process.
Functions
Link copied to clipboard
inline fun copy(block: KnowledgeBaseOrchestrationConfiguration.Builder.() -> Unit = {}): KnowledgeBaseOrchestrationConfiguration