Tag: json_schema
-
Simon Willison’s Weblog: Structured data extraction from unstructured content using LLM schemas
Source URL: https://simonwillison.net/2025/Feb/28/llm-schemas/#atom-everything Source: Simon Willison’s Weblog Title: Structured data extraction from unstructured content using LLM schemas Feedly Summary: LLM 0.23 is out today, and the signature feature is support for schemas – a new way of providing structured output from a model that matches a specification provided by the user. I’ve also upgraded both…
-
Hacker News: The Prompt() Function: Use the Power of LLMs with SQL
Source URL: https://motherduck.com/blog/sql-llm-prompt-function-gpt-models/ Source: Hacker News Title: The Prompt() Function: Use the Power of LLMs with SQL Feedly Summary: Comments AI Summary and Description: Yes Summary: The introduction of the prompt() function allows users to integrate small language models (SLMs) like OpenAI’s gpt-4o-mini into SQL queries, significantly improving the accessibility and functionality of large language…