Spaces:
Running
Running
title: SQlord | |
emoji: π | |
colorFrom: blue | |
colorTo: purple | |
sdk: gradio | |
sdk_version: 5.33.1 | |
app_file: app.py | |
pinned: false | |
license: mit | |
short_description: An MCP agent tool and agent that interacts with PostgreSQL | |
# SQLord | |
SQLord is a Python tool that provides a Gradio interface to interact with a PostgreSQL database using LangChain. The tool allows users to ask questions in natural language, which are translated into SQL queries by an LLM, executed on the database, and the results (or the query) are displayed to the user. | |
#agent-demo-track | |
# Video showcase | |
[](https://youtu.be/T_tNgRTyY9g) | |
<iframe width="560" height="315" src="https://www.youtube.com/embed/T_tNgRTyY9g?si=RCF08AW2g8OdmH_l" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe> | |