Update README.md
Browse files
README.md
CHANGED
|
@@ -44,6 +44,6 @@ As explained above the natural question and SQL queries that answers this questi
|
|
| 44 |
- [x] Fix rows with empty summarized-schema
|
| 45 |
- [x] Fix overwhelmingly long summarized-schema. Sometimes the needed columns has the same name in diferent tables. We need to only include it once (Maybe ?)
|
| 46 |
- [x] Remove primary key from summarized-schema when the '*' wildcard is not used
|
| 47 |
-
- [
|
| 48 |
-
- [ ] Prompt
|
| 49 |
- [ ] Find a way to add data from WikiSQL
|
|
|
|
| 44 |
- [x] Fix rows with empty summarized-schema
|
| 45 |
- [x] Fix overwhelmingly long summarized-schema. Sometimes the needed columns has the same name in diferent tables. We need to only include it once (Maybe ?)
|
| 46 |
- [x] Remove primary key from summarized-schema when the '*' wildcard is not used
|
| 47 |
+
- [x] Add a shrinking score
|
| 48 |
+
- [ ] Prompt engineer `Llama3.1:70b` with a 1-shot example to generate better summarized-schema
|
| 49 |
- [ ] Find a way to add data from WikiSQL
|