Two Ways to Execute Python With AI Agents
This tutorial will dive into the mechanics behind executing Python code with AI Agents. We will set up and agent with LangGraph, generate and then execute Python code in two distinct ways.
This tutorial will dive into the mechanics behind executing Python code with AI Agents. We will set up and agent with LangGraph, generate and then execute Python code in two distinct ways.
This playbook will walk you through building a repeat purchase analytics library. We'll cover everything from writing SQL queries to creating a Python class for your analysis tools. We'll then create a suite of LangChain tools out of the class and let LLMs figure out how to use the different tools.
In this playbook, we will develop the analytical infrastructure for building robust recommendation engines with SQL. I'll show how to use the recommenders as LLM tools, allowing you to incorporate advanced natural language capabilities into your recommendation systems.
In this tutorial, I will teach you LangChain as efficiently as possible by breaking down the framework into seven key components you need to understand to start developing more advanced LLM applications.
In this tutorial, we'll explore how to generate insights from BigQuery using Llama 3 and Langchain. The focus will be on handling errors gracefully and feeding them back into the chain for iterative improvement.
This tutorial will explore building dashboards using Large Language Models (LLMs) and LangChain. We will use LangChain chains to extract insights from BigQuery by first generating SQL and then pushing the generated SQL to BigQuery as views, forming the basis for interactive dashboards.
This guide helps data analysts, data scientists, and developers leverage LLMs for generating SQL queries from natural language questions, making complex data wrangling in BigQuery and other SQL databases more accessible and intuitive.
This tutorial will dive into the mechanics behind executing Python code with AI Agents. We will set up and agent with LangGraph, generate and then execute Python code in two distinct ways.
This playbook will walk you through building a repeat purchase analytics library. We'll cover everything from writing SQL queries to creating a Python class for your analysis tools. We'll then create a suite of LangChain tools out of the class and let LLMs figure out how to use the different tools.
In this playbook, we'll implement a market basket recommender to find products that can be used for cross-selling. We'll then use this with the Next Product Recommender and LangChain to optimize CLV.
In this playbook, we'll build a simple product recommendation system using BigQuery's vector search capabilities combined with LangGraph.
In this playbook, we will develop the analytical infrastructure for building robust recommendation engines with SQL. I'll show how to use the recommenders as LLM tools, allowing you to incorporate advanced natural language capabilities into your recommendation systems.
In this tutorial, I will teach you LangChain as efficiently as possible by breaking down the framework into seven key components you need to understand to start developing more advanced LLM applications.