Checks if Ollama is installed and running on the local machine.
See also
Other ai:
call_gemini_chat(),
call_llm_api(),
call_ollama(),
call_openai_chat(),
describe_image(),
generate_topic_content(),
get_api_embeddings(),
get_best_embeddings(),
get_content_type_prompt(),
get_content_type_user_template(),
get_recommended_ollama_model(),
list_ollama_models(),
run_rag_search()
Examples
if (FALSE) { # \dontrun{
if (check_ollama()) {
message("Ollama is ready!")
}
} # }
