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.