Tag: notebook
-
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…
-
Cloud Blog: Don’t let resource exhaustion leave your users hanging: A guide to handling 429 errors
Source URL: https://cloud.google.com/blog/products/ai-machine-learning/learn-how-to-handle-429-resource-exhaustion-errors-in-your-llms/ Source: Cloud Blog Title: Don’t let resource exhaustion leave your users hanging: A guide to handling 429 errors Feedly Summary: Large language models (LLMs) give developers immense power and scalability, but managing resource consumption is key to delivering a smooth user experience. LLMs demand significant computational resources, which means it’s essential to…
-
Simon Willison’s Weblog: Quoting Steven Johnson
Source URL: https://simonwillison.net/2024/Nov/21/steven-johnson/#atom-everything Source: Simon Willison’s Weblog Title: Quoting Steven Johnson Feedly Summary: When we started working on what became NotebookLM in the summer of 2022, we could fit about 1,500 words in the context window. Now we can fit up to 1.5 million words. (And using various other tricks, effectively fit 25 million words.)…
-
The Register: Python dethrones JavaScript as the most-used language on GitHub
Source URL: https://www.theregister.com/2024/11/05/python_dethrones_javascript_github/ Source: The Register Title: Python dethrones JavaScript as the most-used language on GitHub Feedly Summary: Yearly report finds explosion of GenAI projects, new users from outside the coding community responsible for boost There’s been an upset in the Octoverse, as Python has unseated JavaScript as the most-used programming language on GitHub.… AI…
-
Cloud Blog: A practical guide to synthetic data generation with Gretel and BigQuery DataFrames
Source URL: https://cloud.google.com/blog/products/data-analytics/synthetic-data-generation-with-gretel-and-bigquery-dataframes/ Source: Cloud Blog Title: A practical guide to synthetic data generation with Gretel and BigQuery DataFrames Feedly Summary: In our previous post, we explored how integrating Gretel with BigQuery DataFrames streamlines synthetic data generation while preserving data privacy. To recap, BigQuery DataFrames is a Python client for BigQuery, providing pandas-compatible APIs with…
-
Slashdot: Python Overtakes JavaScript on GitHub, Annual Survey Finds
Source URL: https://developers.slashdot.org/story/24/11/04/0235235/python-overtakes-javascript-on-github-annual-survey-finds?utm_source=rss1.0mainlinkanon&utm_medium=feed Source: Slashdot Title: Python Overtakes JavaScript on GitHub, Annual Survey Finds Feedly Summary: AI Summary and Description: Yes Summary: The “State of the Octoverse” report from GitHub highlights significant trends in programming languages, the rise of data science and machine learning, and global contributions to generative AI projects. Python’s ascendance in popularity,…
-
Simon Willison’s Weblog: You can now run prompts against images, audio and video in your terminal using LLM
Source URL: https://simonwillison.net/2024/Oct/29/llm-multi-modal/#atom-everything Source: Simon Willison’s Weblog Title: You can now run prompts against images, audio and video in your terminal using LLM Feedly Summary: I released LLM 0.17 last night, the latest version of my combined CLI tool and Python library for interacting with hundreds of different Large Language Models such as GPT-4o, Llama,…