A focused chat app for quick, authoritative answers from Quarto documentation.
quartohelp
launches an interactive chat interface that finds and
summarizes relevant excerpts from Quarto documentation using both
semantic and keyword-based search methods (via
ragnar). Chat responses include
links to official sources and are designed to help users quickly
accomplish specific Quarto tasks.
# Launch with a blank chat
quartohelp::ask()
# Start with a specific question
quartohelp::ask("How do I make a two column layout?")
remotes::install_github("t-kalinowski/quartohelp")
- An OpenAI API key must be set in
Sys.getenv("OPENAI_API_KEY")
. - A typical question costs approximately 1 to 2 cents with the current
flagship
gpt-4.1
model.