About 222,000 results
Open links in new tab
  1. Build a SQL agent - Docs by LangChain

    In this tutorial, you will learn how to build an agent that can answer questions about a SQL database using LangChain agents. At a high level, the agent will: Building Q&A systems of …

  2. SQL Database AgentLangChain 0.0.149

    This notebook showcases an agent designed to interact with a sql databases. The agent builds off of SQLDatabaseChain and is designed to answer more general questions about a database, …

  3. Tutorial: Building SQL Agent with Langchain, OpenAI and DuckDB.

    Mar 10, 2025 · We will explain how to implement an SQL Agent using LangChain, OpenAI API, and DuckDB , and how to turn it into an application with Morph . This app will generate SQL …

  4. Build your First SQL Database Agent with LangChain - Medium

    Aug 21, 2023 · In this tutorial, we will walk through step-by-step, the creation of a LangChain enabled, large language model (LLM) driven, agent that can use a SQL database to answer …

  5. GitHub - timkitch/langchain-sql-agent

    This project is an AI-powered SQL query agent that can answer natural language questions by querying a SQLite database. It utilizes the LangChain library and various language models, …

  6. Build a Question/Answering system over SQL data | ️ LangChain

    In this guide we'll go over the basic ways to create a Q&A system over tabular data in databases. We will cover implementations using both chains and agents. These systems will allow us to …

  7. What is an SQL Agent? Build Your First SQL Agent with Langchain

    In this blog, we will understand what SQL agent is & Build your first SQL agent with LangChain step by step. By the end, you’ll be ready to integrate AI agents into your workflows and …

  8. LangChain v1 is now generally available! | Microsoft Community …

    Today LangChain v1 officially launches and marks a new era for the popular AI agent library. The new version ushers in a more streamlined, and extensible...

  9. SQLDatabase Toolkit | ️ LangChain - python.langchain.com

    Following the SQL Q&A Tutorial, below we equip a simple question-answering agent with the tools in our toolkit. First we pull a relevant prompt and populate it with its required parameters:

  10. Getting Started: Building Your First SQL Database Agent with LangChain

    Dec 13, 2024 · In this post, we’ll walk you through creating a LangChain agent that can understand questions in natural language (NLP), dynamically generate SQL queries based on …