Skip to content

Commit

Permalink
[website] fix sql typo
Browse files Browse the repository at this point in the history
  • Loading branch information
javierluraschi authored Nov 19, 2024
1 parent fafa77e commit 35406b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/blog/2024-11-18 text-to-sql/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Our model’s performance with text-to-SQL queries shows both its strengths and

**Goal query:**
```SQL
ELECT count(*)
SELECT count(*)
FROM routes AS T1
JOIN airports AS T2
ON T1.dst_apid = T2.apid
Expand Down Expand Up @@ -150,4 +150,4 @@ Curious to see the model in action? We've set up a few interactive demos at [hal
![Screenshot of conversation with baseball agent](baseball_agent_ss.png)

- Formula 1 database agent: This agent answers questions about a formula 1 database. It contains a total of 13 tables with 88,380 rows; including circuits, races, drivers, constructors, and seasons. It tracks results, standings, qualifying rounds, lap times, and pit stops, providing a full view of the performance and status of drivers and teams across F1 history. You can try it [here](https://hal9.com/demos/formula1_agentd).
![Screenshot of conversation with formula 1 agent](formula_1_agent_ss.png)
![Screenshot of conversation with formula 1 agent](formula_1_agent_ss.png)

0 comments on commit 35406b4

Please sign in to comment.