File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -28,9 +28,9 @@ Welcome to the SQL Sidekick! I am an AI assistant that helps you with SQL
28
28
queries. I can help you with the following:
29
29
30
30
1. Configure a local database(for schema validation and syntax checking):
31
- `sql-sidekick configure db-setup -t "<local_dir_path_to_>/table_info.jsonl`
31
+ `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)
32
32
33
- 2. Ask a question: `sql-sidekick query -q "avg Gpus" -s "<local_dir_path_to_>/samples.csv"
33
+ 2. Ask a question: `sql-sidekick query -q "avg Gpus" -s "<local_dir_path_to_>/samples.csv"` (e.g., format --> https://github.com/h2oai/sql-sidekick/blob/main/examples/telemetry/samples.csv)
34
34
35
35
3. Learn contextual query/answer pairs: `sql-sidekick learn add-samples` (optional)
36
36
You can’t perform that action at this time.
0 commit comments