Tag: json
-
Cloud Blog: Build and refine your audio generation end-to-end with Gemini 1.5 Pro
Source URL: https://cloud.google.com/blog/products/ai-machine-learning/learn-how-to-build-a-podcast-with-gemini-1-5-pro/ Source: Cloud Blog Title: Build and refine your audio generation end-to-end with Gemini 1.5 Pro Feedly Summary: Generative AI is giving people new ways to experience audio content, from podcasts to audio summaries. For example, users are embracing NotebookLM’s recent Audio Overview feature, which turns documents into audio conversations. With one click,…
-
Hacker News: Crunchy Data Warehouse: Postgres with Iceberg for High Performance Analytics
Source URL: https://www.crunchydata.com/blog/crunchy-data-warehouse-postgres-with-iceberg-for-high-performance-analytics Source: Hacker News Title: Crunchy Data Warehouse: Postgres with Iceberg for High Performance Analytics Feedly Summary: Comments AI Summary and Description: Yes **Summary:** The text discusses the launch of Crunchy Data Warehouse, a high-performance analytics database built on PostgreSQL, which incorporates modern features like Iceberg tables and improved query capabilities. This development…
-
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: LLM 0.19
Source URL: https://simonwillison.net/2024/Dec/1/llm-019/ Source: Simon Willison’s Weblog Title: LLM 0.19 Feedly Summary: LLM 0.19 I just released version 0.19 of LLM, my Python library and CLI utility for working with Large Language Models. I released 0.18 a couple of weeks ago adding support for calling models from Python asyncio code. 0.19 improves on that, and…
-
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,…
-
Simon Willison’s Weblog: Introducing the Model Context Protocol
Source URL: https://simonwillison.net/2024/Nov/25/model-context-protocol/#atom-everything Source: Simon Willison’s Weblog Title: Introducing the Model Context Protocol Feedly Summary: Introducing the Model Context Protocol Interesting new initiative from Anthropic. The Model Context Protocol aims to provide a standard interface for LLMs to interact with other applications, allowing applications to expose tools, resources (contant that you might want to dump…
-
Simon Willison’s Weblog: Ask questions of SQLite databases and CSV/JSON files in your terminal
Source URL: https://simonwillison.net/2024/Nov/25/ask-questions-of-sqlite/#atom-everything Source: Simon Willison’s Weblog Title: Ask questions of SQLite databases and CSV/JSON files in your terminal Feedly Summary: I built a new plugin for my sqlite-utils CLI tool that lets you ask human-language questions directly of SQLite databases and CSV/JSON files on your computer. It’s called sqlite-utils-ask. Here’s how you install it:…
-
Cloud Blog: Build an AI agent for trip planning with Gemini 1.5 Pro: A step-by-step guide
Source URL: https://cloud.google.com/blog/topics/developers-practitioners/learn-how-to-create-an-ai-agent-for-trip-planning-with-gemini-1-5-pro/ Source: Cloud Blog Title: Build an AI agent for trip planning with Gemini 1.5 Pro: A step-by-step guide Feedly Summary: Gemini 1.5 Pro is creating new possibilities for developers to build AI agents that streamline the customer experience. In this post, we’ll focus on a practical application that has emerged in the…