R/utils.R
check_feature.Rd
Checks if a specific optional feature is available in the current environment.
check_feature(feature)
Character: "python", "ollama", "langgraph", "pdf_tables", "embeddings"
Logical TRUE if feature is available
if (check_feature("ollama")) { # Use AI-powered labeling }