nextmarte commited on
Commit
3fb78ed
·
1 Parent(s): 4546e1e

atualiza a descrição do projeto no README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -1
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
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
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
+ [![Watch the video](https://img.youtube.com/vi/8b1d2k0f3e4/maxresdefault.jpg)](https://youtu.be/T_tNgRTyY9g)
22
+