Skip to content

Commit c3fbaac

Browse files
committed
Update README.md
1 parent d913832 commit c3fbaac

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Simple Text to SQL (No RAG)
22

3+
> See JavaAIDev [article](https://javaaidev.com/docs/rag/samples/text-to-sql) for more details.
4+
35
Test data: [Netflix data](https://github.com/neondatabase/postgres-sample-dbs?tab=readme-ov-file#netflix-data)
46

57
How to run:
@@ -11,7 +13,7 @@ How to run:
1113
Sample query:
1214

1315
```text
14-
how many movies are produced in United States?
16+
how many movies are produced in the United States?
1517
```
1618

1719
Output:

0 commit comments

Comments
 (0)