Skip to main content

LLM-powered chat interface to your Postgres database - (psql powered with Natural Language)

Project description

psqlomni

(psql powered with natural language)

An LLM-powered chat interface to your database. This tool understands Postgres syntax and can easily translate English queries into proper SQL queries. Uses Langchain and Open AI model.

This provides the quickest way to enable LLM chat with your data - no preparation is needed.

Here's a quick demo showing natural language queries:

https://github.com/emmakodes/psqlomni/assets/34986076/0c58f4fd-c359-47c2-8e3c-4b068545e522

Installation

You will need:

  1. credentials for your database
  2. an OpenAI API Key from your OpenAI account.

then

pip install psqlomni

or download the source.

Run the CLI with:

psqlomni

or use python -m psqlomni to run from source.

What can it do?

The Open AI model understands most Postgres syntax, so it can generate both generic SQL commands as well as very Postgres-specific ones like querying system settings. It can answer questions based on the databases' schema as well as on the databases' content (like describing a specific table).

The LLM is also good at analyzing tables, understanding what they are likely used for, and inferring relationships between tables. It is good at writing JOINs between tables without explicit instruction.

It can write queries to group and summarize results.

It can recover from errors by running a generated query, catching the traceback and regenerating it correctly.

It will save tokens by only retrieving the schema from relevant tables.

It also maintains a history of the chat, so you can easily ask follow up questions.

Configuration

You can configure the database connection either using psql style command line arguments or the env vars DBHOST, DBNAME, DBUSER, DBPASSWORD, DBPORT.

Else when you first run the program it will prompt you for the connection credentials as well as your OpenAI API key.

After first setup all the configuration information is stored in ~/.psqlomni. Delete that file if you want to start over.

You can specify the number of sample rows that will be appended to each table description. This can increase performance as demonstrated in the paper Rajkumar et al, 2022. Follows best practices as specified in: Rajkumar et al, 2022

How it works

psqlomni uses Langchain and the OpenAI model to create an agent to work with your database.

When requested the LLM automatically generates the right SQL, ask if to execute the query, if yes(or y), it executes the query. The query results are then returned. If an error is returned, it rewrites the query, check the query, ask for confirmation to execute query and then try again.

Command Reference

There are a few system commands supported for meta operations:

help - show system commands

connection - show the current db connection details, and the active LLM model

exit or ctrl-c to exit

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

psqlomni-0.1.2.tar.gz (6.7 kB view details)

Uploaded Source

Built Distribution

psqlomni-0.1.2-py3-none-any.whl (6.9 kB view details)

Uploaded Python 3

File details

Details for the file psqlomni-0.1.2.tar.gz.

File metadata

  • Download URL: psqlomni-0.1.2.tar.gz
  • Upload date:
  • Size: 6.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.3.0 CPython/3.10.12 Linux/5.10.16.3-microsoft-standard-WSL2

File hashes

Hashes for psqlomni-0.1.2.tar.gz
Algorithm Hash digest
SHA256 bca3049637db14bbb00dfc7588e4004f2135d0a4d19d03d38b19a82322bec433
MD5 c844452de1974c4a4f6c9ee3755f9fd4
BLAKE2b-256 32e5fab902b3578d808df9031869df9e7c169f9cd6fc52de8365e76227b5e982

See more details on using hashes here.

File details

Details for the file psqlomni-0.1.2-py3-none-any.whl.

File metadata

  • Download URL: psqlomni-0.1.2-py3-none-any.whl
  • Upload date:
  • Size: 6.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.3.0 CPython/3.10.12 Linux/5.10.16.3-microsoft-standard-WSL2

File hashes

Hashes for psqlomni-0.1.2-py3-none-any.whl
Algorithm Hash digest
SHA256 73ce75579fa7c51138375dbb10b314868c118416350a2cdbc9bd63dcf8de4a93
MD5 ba0872e9939bf8f944373e9d6376ce2a
BLAKE2b-256 847be244c11376353da620e5c1d5ae678cfd57e2429d8be2ed396cf748333606

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page