KnowledgeBase¶
Structure Class¶
KnowledgeBase
dataclass
¶
Details of the knowledge base associated withe inline agent.
Attributes¶
description
class-attribute
instance-attribute
¶
description: str = field(repr=False)
The description of the knowledge base associated with the inline agent.
knowledge_base_id
instance-attribute
¶
knowledge_base_id: str
The unique identifier for a knowledge base associated with the inline agent.
retrieval_configuration
class-attribute
instance-attribute
¶
retrieval_configuration: KnowledgeBaseRetrievalConfiguration | None = None
The configurations to apply to the knowledge base during query. For more information, see Query configurations.