Chat with your existing database without using vector DB.
Project description
Chat with existing Database
LLM powered
Dev container contains all the necessary deps , mongodb storing the schema and chat history , conversations, settings etc and also a chinook database in postgres for playing around
install deps
UI
pip install -r requirements.txt
server
cd src/ui && npm i
To run the Application in local
UI
cd src/ui && npm run dev
API
cd src && uvicorn api.main:app
Open the UI
By default opens in http://localhost:5173/
Goto setting to save the OPEN AI API key
connect to dev container chinook db
postgresql+psycopg2://postgres:postgres@localhost:5432/chinook
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
py_dbchat-0.0.2rc109.post1.tar.gz
(399.2 kB
view details)
Built Distribution
File details
Details for the file py_dbchat-0.0.2rc109.post1.tar.gz
.
File metadata
- Download URL: py_dbchat-0.0.2rc109.post1.tar.gz
- Upload date:
- Size: 399.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: python-requests/2.31.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 93384238c41cc06a1d0b8ba87668ae15d6ba33af4d97c61a2ef03160cb770587 |
|
MD5 | aebb539f8c07681a79b20491f09c40c1 |
|
BLAKE2b-256 | d3971c9f0dbbae68e86b265c3b18949bcdbfcb6424ff8f973342b86b13ff1a5e |
Provenance
File details
Details for the file py_dbchat-0.0.2rc109.post1-py3-none-any.whl
.
File metadata
- Download URL: py_dbchat-0.0.2rc109.post1-py3-none-any.whl
- Upload date:
- Size: 19.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: python-requests/2.31.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6420249f9d9840dc632396bab6c079d676d4d1911be9a29b7784730d387231c4 |
|
MD5 | 845ff6f5382216fde904f63e35e7f6ee |
|
BLAKE2b-256 | 1e25f3aba173fa625ff689b9a75483c930c2f89e2cadeca121b2a98d3b2987b5 |