rollama
R package rollama by jbgruber — release notes from GitHub.
rollama turns a local-LLM wrapper into an instrument for reproducible annotation
◆Recent moves
- 4mo ago
rollama 0.3.0 adds logprobs, caching and batched queries
⚡ SPARKThe release that completes rollama's turn toward research use: logprobs expose per-token confidence, caching makes reruns reproducible and cheap, several questions can be supplied at once, and structured outputs are reimplemented with a vignette. Together they address the three things annotation work needs from a model — parseable output, a confidence signal, and repeatability.
View source ↗ - 1y ago
Structured output and custom headers
Structured output arrives first here, along with custom headers for authenticated Ollama endpoints and configurable output formats. It is the groundwork 0.3.0 later rebuilt and documented properly.
View source ↗ - 1y ago
make_query() for annotation, multi-server dispatch
make_query() gives annotation work a purpose-built entry point, and queries can be spread across multiple servers — the first release that treats bulk labelling rather than single conversations as the main use case. Embedding and multi-query performance improve, and the default model moves to llama3.1.
View source ↗ - 2y ago
rollama 0.1.0
A small release adding check_model_installed and moving the default model to llama3. Version-number housekeeping more than capability.
View source ↗ - 2y ago
Dedicated embedding models and multi-model queries
Dedicated embedding models become available with their own vignette, and several models can be queried at once — an early sign of the comparative, batch-oriented workflow the package later built out.
View source ↗