pub async fn ensure_default_knowledge_base(
persistence: &dyn PersistenceLayer,
config: Option<&KnowledgeBaseConfig>,
) -> Result<KnowledgeBase>Expand description
Creates the default knowledge base if it doesn’t exist. This should be called on application startup.