| backend_ollama | R Documentation |
Talks to a locally-running Ollama server over HTTP. Each call sends one record's prompt to one model at the configured temperature, parses the JSON response, and returns the numeric relevance score plus the LLM's free-text explanation.
backend_ollama(
ollama_url = getOption("screenllm.ollama_url"),
timeout = 600,
max_retries = 3L
)
ollama_url |
Base URL of the Ollama server. |
timeout |
Per-call timeout in seconds. |
max_retries |
Retries on transient errors. |
A backend object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.