File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,8 @@ A simple SQL assistant (WIP)
9
9
2. cd sql-sidekick
10
10
3. make setup
11
11
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
13
14
```
14
15
## Usage
15
16
```
28
29
```
29
30
Welcome to the SQL Sidekick! I am an AI assistant that helps you with SQL
30
31
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"`
31
34
32
35
1. Configure a local database(for schema validation and syntax checking):
33
36
`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)
You can’t perform that action at this time.
0 commit comments