Commit
·
ed15e09
1
Parent(s):
3c6562d
Updated README
Browse files
README.md
CHANGED
@@ -17,6 +17,12 @@ pinned: false
|
|
17 |
https://huggingface.co/spaces/DevashishNagpal/nlp-to-sql-chat-assistant
|
18 |
|
19 |
```
|
|
|
|
|
|
|
|
|
|
|
|
|
20 |
Please note that this project is still under development, and the model may not work as expected for all queries. Feel free to test it out and provide feedback for improvements.
|
21 |
|
22 |
Example queries:
|
|
|
17 |
https://huggingface.co/spaces/DevashishNagpal/nlp-to-sql-chat-assistant
|
18 |
|
19 |
```
|
20 |
+
**Note:** If the model fails to understand the user query, it generates a fallback query:
|
21 |
+
|
22 |
+
```sql
|
23 |
+
SELECT * FROM employees;
|
24 |
+
```
|
25 |
+
|
26 |
Please note that this project is still under development, and the model may not work as expected for all queries. Feel free to test it out and provide feedback for improvements.
|
27 |
|
28 |
Example queries:
|