Spaces:
Running
Running
atualiza a descrição do projeto no README.md
Browse files
README.md
CHANGED
@@ -11,4 +11,12 @@ license: mit
|
|
11 |
short_description: An MCP agent tool and agent that interacts with PostgreSQL
|
12 |
---
|
13 |
|
14 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
short_description: An MCP agent tool and agent that interacts with PostgreSQL
|
12 |
---
|
13 |
|
14 |
+
# SQLord
|
15 |
+
|
16 |
+
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.
|
17 |
+
|
18 |
+
#agent-demo-track
|
19 |
+
|
20 |
+
# Video showcase
|
21 |
+
[](https://youtu.be/T_tNgRTyY9g)
|
22 |
+
|