Tag: structured data
-
Simon Willison’s Weblog: PydanticAI
Source URL: https://simonwillison.net/2024/Dec/2/pydanticai/#atom-everything Source: Simon Willison’s Weblog Title: PydanticAI Feedly Summary: PydanticAI New project from Pydantic, which they describe as an “Agent Framework / shim to use Pydantic with LLMs". I asked which agent definition they are using and it’s the "system prompt with bundled tools" one. To their credit, they explain that in their…
-
Simon Willison’s Weblog: Structured Generation w/ SmolLM2 running in browser & WebGPU
Source URL: https://simonwillison.net/2024/Nov/29/structured-generation-smollm2-webgpu/#atom-everything Source: Simon Willison’s Weblog Title: Structured Generation w/ SmolLM2 running in browser & WebGPU Feedly Summary: Structured Generation w/ SmolLM2 running in browser & WebGPU Extraordinary demo by Vaibhav Srivastav. Here’s Hugging Face’s SmolLM2-1.7B-Instruct running directly in a web browser (using WebGPU, so requires Chrome for the moment) demonstrating structured text extraction,…
-
The Register: HPE lets loose VM Essentials to run on third-party platforms
Source URL: https://www.theregister.com/2024/11/20/hpe_vm_essentials_greenlake/ Source: The Register Title: HPE lets loose VM Essentials to run on third-party platforms Feedly Summary: GreenLake update dangles juicy carrot for VMware refugees HPE is continuing its GreenLake push with availability of its own virtualization product, plus disconnected operations for regulated environments, while touting an object storage platform intended to deliver…
-
Hacker News: Expand.ai (YC S24) Is Hiring a Founding Engineer to Turn the Web into an API
Source URL: https://news.ycombinator.com/item?id=42182503 Source: Hacker News Title: Expand.ai (YC S24) Is Hiring a Founding Engineer to Turn the Web into an API Feedly Summary: Comments AI Summary and Description: Yes Summary: The text describes the formation of an engineering team at expand.ai focused on developing web extraction agents that address the data bottleneck faced by…
-
Hacker News: Show HN: Documind – Open-source AI tool to turn documents into structured data
Source URL: https://github.com/DocumindHQ/documind Source: Hacker News Title: Show HN: Documind – Open-source AI tool to turn documents into structured data Feedly Summary: Comments AI Summary and Description: Yes Summary: The text describes documind, an advanced AI-based document processing tool for extracting structured data from PDF files, particularly useful for professionals in AI, cloud computing, and…
-
Simon Willison’s Weblog: llm-gemini 0.4
Source URL: https://simonwillison.net/2024/Nov/18/llm-gemini-04/#atom-everything Source: Simon Willison’s Weblog Title: llm-gemini 0.4 Feedly Summary: llm-gemini 0.4 New release of my llm-gemini plugin, adding support for asynchronous models (see LLM 0.18), plus the new gemini-exp-1114 model (currently at the top of the Chatbot Arena) and a -o json_object 1 option to force JSON output. I also released llm-claude-3…