Skip to content

Bedrock Agent Runtime  >  Structures  >  KnowledgeBaseConfiguration

KnowledgeBaseConfiguration

Structure Class

KnowledgeBaseConfiguration dataclass

Configurations to apply to a knowledge base attached to the agent during query. For more information, see Knowledge base retrieval configurations.

Attributes

knowledge_base_id instance-attribute
knowledge_base_id: str

The unique identifier for a knowledge base attached to the agent.

retrieval_configuration instance-attribute
retrieval_configuration: KnowledgeBaseRetrievalConfiguration

The configurations to apply to the knowledge base during query. For more information, see Query configurations.