Skip to content

Commit

Permalink
Bookkeeping for v0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
pramitchoudhary committed Jun 19, 2023
1 parent bb080ad commit 0c7cd5b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,24 +17,24 @@ Step1:
- docker pull postgres (will pull the latest version)
- docker run --rm --name pgsql-dev -e POSTGRES_PASSWORD=abc -p 5432:5432 postgres
Step2: Download and install .whl --> s3://sql-sidekick/releases/sql_sidekick-0.0.1-py3-none-any.whl
Step2: Download and install .whl --> s3://sql-sidekick/releases/sql_sidekick-0.0.2-py3-none-any.whl
- python3 -m venv .sidekickvenv
- source .sidekickvenv/bin/activate
- python3 -m pip install sql_sidekick-0.0.1-py3-none-any.whl
- python3 -m pip install sql_sidekick-0.0.2-py3-none-any.whl
```
## Start
```
Welcome to the SQL Sidekick! I am AI assistant that helps you with SQL
queries. I can help you with the following:
queries. I can help you with the following:
1. Configure a local database(for schema validation and syntax checking):
`sql-sidekick configure db-setup`.
2. Learn contextual query/answer pairs: `sql-sidekick learn add-samples`. (optional)
2. Ask a question: `sql-sidekick query`.
3. Simply add context: `sql-sidekick learn update-context`. (optional)
3. Learn contextual query/answer pairs: `sql-sidekick learn add-samples`. (optional)
4. Ask a question: `sql-sidekick query`.
4. Simply add context: `sql-sidekick learn update-context`. (optional)
Options:
--version Show the version and exit.
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "sql-sidekick"
version = "0.0.1"
version = "0.0.2"
license = "Proprietary"
description = "An AI assistant for SQL"
authors = [
Expand Down

0 comments on commit 0c7cd5b

Please sign in to comment.