avinot commited on
Commit
9c2b609
·
verified ·
1 Parent(s): 7055d2c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -43,6 +43,7 @@ As explained above the natural question and SQL queries that answers this questi
43
  ## TODO
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
- - [ ] Remove primary key from summarized-schema when the '*' wildcard is not used
 
47
  - [ ] Prompt egineer `Llama3.1:70b` with a 1-shot example to generate better summarized-schema
48
  - [ ] Find a way to add data from WikiSQL
 
43
  ## TODO
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
+ - [ ] Add a shrinking score
48
  - [ ] Prompt egineer `Llama3.1:70b` with a 1-shot example to generate better summarized-schema
49
  - [ ] Find a way to add data from WikiSQL