Spaces:
Sleeping
Sleeping
Commit ·
9c8f19c
1
Parent(s): 4a74b75
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,22 +1,12 @@
|
|
| 1 |
---
|
| 2 |
-
title: Northwind Chatbot
|
| 3 |
-
emoji:
|
| 4 |
colorFrom: green
|
| 5 |
-
colorTo:
|
| 6 |
-
sdk:
|
| 7 |
-
sdk_version: 4.44.0
|
| 8 |
-
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
---
|
| 11 |
|
| 12 |
-
# Northwind
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
Soporta consultas en lenguaje natural traducidas a SQL, preguntas sobre el documento PDF de Northwind, y conversacion general.
|
| 16 |
-
|
| 17 |
-
## Uso
|
| 18 |
-
|
| 19 |
-
Escribe una pregunta en lenguaje natural, por ejemplo:
|
| 20 |
-
- "Cuales son los 5 productos mas vendidos?"
|
| 21 |
-
- "Que empleado tiene mas ventas en 1997?"
|
| 22 |
-
- "Que categorias de productos maneja Northwind?"
|
|
|
|
| 1 |
---
|
| 2 |
+
title: Northwind Traders Chatbot
|
| 3 |
+
emoji: 🤖
|
| 4 |
colorFrom: green
|
| 5 |
+
colorTo: green
|
| 6 |
+
sdk: docker
|
|
|
|
|
|
|
| 7 |
pinned: false
|
| 8 |
---
|
| 9 |
|
| 10 |
+
# Northwind Traders — Asistente Inteligente
|
| 11 |
+
Chatbot sobre la base de datos y documentacion de Northwind Traders.
|
| 12 |
+
Usa Groq (LLM) + LangGraph (pipeline agentico) + SQLite.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|