Simon Willison’s Weblog

Subscribe
Atom feed

Releases

Filters: Sorted by date

Release llm-gemini 0.8 — LLM plugin to access Google's Gemini family of models
Release datasette-enrichments-slow 0.1 — An enrichment on a slow loop to help debug progress bars
Release llm-anthropic 0.11 — LLM access to models by Anthropic, including the Claude series
Release llm-gemini 0.7 — LLM plugin to access Google's Gemini family of models
Release llm-openrouter 0.3 — LLM plugin for models hosted by OpenRouter
Release prompts-js 0.0.4 — async alternatives to browser alert() and prompt() and confirm()
Release prompts-js 0.0.3 — async alternatives to browser alert() and prompt() and confirm()
Release prompts-js 0.0.2 — async alternatives to browser alert() and prompt() and confirm()
Release prompts-js 0.0.1 — async alternatives to browser alert() and prompt() and confirm()
Release llm-gemini 0.6 — LLM plugin to access Google's Gemini family of models
Release llm 0.19.1 — Access large language models from the command-line
Release llm-bedrock 0.4 — Run prompts against models hosted on AWS Bedrock
Release llm-bedrock 0.3.1 — Run prompts against models hosted on AWS Bedrock
Release llm-bedrock 0.3 — Run prompts against models hosted on AWS Bedrock
Release llm-bedrock 0.2.1 — Run prompts against models hosted on AWS Bedrock
Release llm-bedrock 0.2 — Run prompts against models hosted on AWS Bedrock
Release llm-bedrock 0.1a0 — Run prompts against models hosted on AWS Bedrock
Release datasette-queries 0.1a0 — Save SQL queries in Datasette
Release datasette-llm-usage 0.1a0 — Track usage of LLM tokens in a SQLite table
Release llm-mistral 0.9 — LLM plugin providing access to Mistral models using the Mistral API
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