Simon Willison’s Weblog

Subscribe
Atom feed

Releases

Filters: Sorted by date

Release llm-gemini 0.5 — LLM plugin to access Google's Gemini family of models
Release llm-claude-3 0.10 — LLM plugin for interacting with the Claude 3 family of models
Release llm 0.19 — Access large language models from the command-line
Release datasette 0.65.1 — An open source multi-tool for exploring and publishing data
Release sqlite-utils-ask 0.2 — Ask questions of your data with LLM assistance
  • Plugins can now reuse the implementation of the sqlite-utils memory CLI command with the new return_db=True parameter. (#643)
  • table.transform() now recreates indexes after transforming a table. A new sqlite_utils.db.TransformErrorexception is raised if these indexes cannot be recreated due to conflicting changes to the table such as a column rename. Thanks, Mat Miller. (#633)
  • table.search() now accepts a include_rank=True parameter, causing the resulting rows to have a rank column showing the calculated relevance score. Thanks, liunux4odoo. (#628)
  • Fixed an error that occurred when creating a strict table with at least one floating point column. These FLOATcolumns are now correctly created as REAL as well, but only for strict tables. (#644)
Release llm-gemini 0.4.2 — LLM plugin to access Google's Gemini family of models
Release llm-nomic-api-embed 0.3 — Create embeddings for LLM using the Nomic API
Release llm-nomic-api-embed 0.2 — Create embeddings for LLM using the Nomic API
Release llm-gguf 0.2 — Run models distributed as GGUF files using LLM
Release llm 0.19a2 — Access large language models from the command-line
Release llm-mistral 0.9a0 — LLM plugin providing access to Mistral models using the Mistral API
Release llm 0.19a1 — Access large language models from the command-line
Release llm-gemini 0.5a0 — LLM plugin to access Google's Gemini family of models
Release llm-claude-3 0.10a0 — LLM plugin for interacting with the Claude 3 family of models
Release llm 0.19a0 — Access large language models from the command-line
Release llm-mistral 0.8 — LLM plugin providing access to Mistral models using the Mistral API
Release llm-gemini 0.4.1 — LLM plugin to access Google's Gemini family of models
Release llm-gemini 0.4 — LLM plugin to access Google's Gemini family of models
Release llm-claude-3 0.9 — LLM plugin for interacting with the Claude 3 family of models
Release llm 0.18 — Access large language models from the command-line
Release asgi-csrf 0.11 — ASGI middleware for protecting against CSRF attacks
Release llm 0.18a1 — Access large language models from the command-line
Release llm-claude-3 0.9a0 — LLM plugin for interacting with the Claude 3 family of models
Release llm 0.18a0 — Access large language models from the command-line
Release sqlite-utils 3.38a0 — Python CLI utility and library for manipulating SQLite databases
Release asgi-proxy-lib 0.2a0 — An ASGI function for proxying to a backend over HTTP
Release llm-claude-3 0.8 — LLM plugin for interacting with the Claude 3 family of models
Release llm-lambda-labs 0.1a0 — Run prompts against LLMs hosted by lambdalabs.com
Release llm 0.17.1 — Access large language models from the command-line