avinot commited on
Commit
f074193
·
verified ·
1 Parent(s): e12f44e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -43,5 +43,6 @@ 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
  - [ ] Prompt egineer `Llama3.1:70b` with a 1-shot example to generate better summarized-schema
47
  - [ ] 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
+ - [ ] 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