kioku-space

As a personal memory space.

Text-to-SQL with LangChain (2) - Agent

Continuing from last post, we’ll explore the implementation of ‘Text-to-SQL’, where you can query database information in natural language and get answers, based on LangChain’s Quickstart documentation.

In this post, we’ll look into the operation of an agent created using the create_sql_agent function.