From ae343819c5a83c2a5aa67b68b4c43176c7543653 Mon Sep 17 00:00:00 2001 From: Daniel <10074684+danieltprice@users.noreply.github.com> Date: Fri, 3 Jan 2025 10:13:50 -0400 Subject: [PATCH] Update sql-agent-python.mdx --- docs/examples/combined/sql-agent-python.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/examples/combined/sql-agent-python.mdx b/docs/examples/combined/sql-agent-python.mdx index b925dbdf8bc..1b66b1ac0f4 100644 --- a/docs/examples/combined/sql-agent-python.mdx +++ b/docs/examples/combined/sql-agent-python.mdx @@ -9,7 +9,7 @@ File operations and plot insightful graphs on the data in the db" This project involves setting up and running a system of agents to conduct SQL queries, write the output to a file, and plot graphs based on the data. We use Composio to set up the tools and OpenAI GPT-4o to power the agents. Follow this guide to set up and run the project. Note: This is a Python only example. JS version coming soon! - + Explore the complete source code for the SQL Agent project. This repository contains all the necessary files and scripts to set up and run the SQL Agent system using Langchain and Composio.