Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
---
|
2 |
-
title:
|
3 |
-
emoji:
|
4 |
colorFrom: blue
|
5 |
colorTo: yellow
|
6 |
sdk: streamlit
|
@@ -10,4 +10,17 @@ pinned: false
|
|
10 |
license: apache-2.0
|
11 |
---
|
12 |
|
13 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
+
title: DataRetreivalFromDatabase
|
3 |
+
emoji: ⚡
|
4 |
colorFrom: blue
|
5 |
colorTo: yellow
|
6 |
sdk: streamlit
|
|
|
10 |
license: apache-2.0
|
11 |
---
|
12 |
|
13 |
+
# Data Retrieval from Database using gemini-pro(LLM)
|
14 |
+
|
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 |
+
## Contributing
|
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 |
+
Please make sure to update tests as appropriate.
|
24 |
+
|
25 |
+
|
26 |
+
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|