avinot commited on
Commit
c3fe1a0
·
verified ·
1 Parent(s): 4e3c8b4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
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
- - [ ] 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
 
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