Simon Willison's WeblogMay 19, 2026, 8:28 PM

Datasette 插件 datasette-llm 發布 0.1a8 版本,修復 Prompt 上下文鏈收集 Bug

Original: datasette-llm 0.1a8

The Datasette plugin `datasette-llm`, maintained by well-known open-source developer Simon Willison, has released version 0.1a8 today…

Simon Willison 開源的 Datasette 插件 datasette-llm 發布了 0.1a8 預覽版本。此版本主要修復了一個關鍵 Bug,解決了 llm_prompt_context() 鉤子(hook)在運作時,無法完整收集並串聯對話回應鏈(chains of responses)的問題。這對於依賴該插件進行複雜 LLM 數據檢索與上下文構建的開發者來說是個必要的更新。

The Datasette plugin `datasette-llm`, maintained by well-known open-source developer Simon Willison, has released version 0.1a8 today. Datasette is an open-source tool widely loved by data analysts and developers, designed to help users easily explore, publish, and share data stored in SQLite databases. The `datasette-llm` plugin is the core component that brings LLM (large language model) capabilities into the Datasette ecosystem, allowing users to call various AI models for text analysis, summarization, or generation directly within the workflow of database querying and data exploration.

Full summary

Free shows the 3-line summary; Pro unlocks the full deep summary (~300 words) so you never have to click through.

See Pro plans →

Want the original English / full article?

Read on Simon Willison's Weblog →

Summaries are AI-generated; the original article is authoritative.