Skip to content

Commit ca48071

Browse files
Update README.md
Update instructions
1 parent 70d8351 commit ca48071

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ A simple SQL assistant (WIP)
99
2. cd sql-sidekick
1010
3. make setup
1111
4. source ./.sidekickvenv/bin/activate
12-
5. python sidekick/prompter.py
12+
5. poetry install (in-case there is an error, try `poetry update` before `poetry install`)
13+
6. python sidekick/prompter.py
1314
```
1415
## Usage
1516
```
@@ -28,6 +29,8 @@ Step:
2829
```
2930
Welcome to the SQL Sidekick! I am an AI assistant that helps you with SQL
3031
queries. I can help you with the following:
32+
0. Generate input schema:
33+
`sql-sidekick configure generate_schema configure generate_schema --data_path "./sample_passenger_statisfaction.csv" --output_path "./table_config.jsonl"`
3134
3235
1. Configure a local database(for schema validation and syntax checking):
3336
`sql-sidekick configure db-setup -t "<local_dir_path_to_>/table_info.jsonl"` (e.g., format --> https://github.com/h2oai/sql-sidekick/blob/main/examples/telemetry/table_info.jsonl)

0 commit comments

Comments
 (0)