We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d913832 commit c3fbaacCopy full SHA for c3fbaac
README.md
@@ -1,5 +1,7 @@
1
# Simple Text to SQL (No RAG)
2
3
+> See JavaAIDev [article](https://javaaidev.com/docs/rag/samples/text-to-sql) for more details.
4
+
5
Test data: [Netflix data](https://github.com/neondatabase/postgres-sample-dbs?tab=readme-ov-file#netflix-data)
6
7
How to run:
@@ -11,7 +13,7 @@ How to run:
11
13
Sample query:
12
14
15
```text
-how many movies are produced in United States?
16
+how many movies are produced in the United States?
17
```
18
19
Output:
0 commit comments