Skip to content

Commit ecf0847

Browse files
Merge branch 'main' of github.com:h2oai/sql-sidekick into main
2 parents 1ce7ad5 + bddb67b commit ecf0847

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ Welcome to the SQL Sidekick! I am an AI assistant that helps you with SQL
2828
queries. I can help you with the following:
2929
3030
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)
3232
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)
3434
3535
3. Learn contextual query/answer pairs: `sql-sidekick learn add-samples` (optional)
3636

0 commit comments

Comments
 (0)