Skip to contents

Checks if a specific optional feature is available in the current environment.

Usage

check_feature(feature)

Arguments

feature

Character: "python", "ollama", "langgraph", "pdf_tables", "embeddings"

Value

Logical TRUE if feature is available

Examples

if (check_feature("ollama")) {
  # Use AI-powered labeling
}