Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
@@ -15,24 +15,26 @@ license: apache-2.0
|
|
15 |
This Generative AI model can convert the text written in natural Language to the SQL Query using the gemini-pro model and retrieves the data from the Database.
|
16 |
|
17 |
|
18 |
-
|
|
|
19 |
|
20 |
-
Pull requests are welcome. For major changes, please open an issue first
|
21 |
-
to discuss what you would like to change.
|
22 |
|
23 |
-
|
|
|
24 |
|
25 |
|
26 |
-
|
27 |
-
|
28 |
|
29 |
|
30 |
-

|
31 |
-
One of the Query asked the model and it answered accurately
|
32 |
|
|
|
33 |
|
34 |
-
|
35 |
-
|
|
|
|
|
|
|
36 |
|
37 |
|
38 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
15 |
This Generative AI model can convert the text written in natural Language to the SQL Query using the gemini-pro model and retrieves the data from the Database.
|
16 |
|
17 |
|
18 |
+
This is the Data that is present in the database
|
19 |
+

|
20 |
|
|
|
|
|
21 |
|
22 |
+
One of the Query asked the model and it answered accurately
|
23 |
+

|
24 |
|
25 |
|
26 |
+
Another Snap of an example
|
27 |
+

|
28 |
|
29 |
|
|
|
|
|
30 |
|
31 |
+
## Contributing
|
32 |
|
33 |
+
Pull requests are welcome. For major changes, please open an issue first
|
34 |
+
to discuss what you would like to change.
|
35 |
+
|
36 |
+
|
37 |
+
Please make sure to update tests as appropriate.
|
38 |
|
39 |
|
40 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|