Devashish-Nagpal commited on
Commit
d736a9b
·
1 Parent(s): ed15e09

Updated README

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -17,10 +17,11 @@ pinned: false
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.
 
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 according based on the input.:
21
 
22
  ```sql
23
  SELECT * FROM employees;
24
+ SELECT * FROM DEPARTMENTS;
25
  ```
26
 
27
  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.