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.2rc107.post1.tar.gz
(398.4 kB
view details)
Built Distribution
File details
Details for the file py_dbchat-0.0.2rc107.post1.tar.gz
.
File metadata
- Download URL: py_dbchat-0.0.2rc107.post1.tar.gz
- Upload date:
- Size: 398.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: python-requests/2.31.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f2a6de3b0352a229db94e01316cedbc898a0dacc50bd07881a35dc772239812b |
|
MD5 | 9ea16fcc3d57cf178b1c44bcebb6647f |
|
BLAKE2b-256 | 3d5084b431d59f83932879035364b82435e4bd5a376112ea2d69fd37d84ac960 |
Provenance
File details
Details for the file py_dbchat-0.0.2rc107.post1-py3-none-any.whl
.
File metadata
- Download URL: py_dbchat-0.0.2rc107.post1-py3-none-any.whl
- Upload date:
- Size: 19.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: python-requests/2.31.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 81f9afb0a5cc5ba4e49749177ed0b0ae3fb949d56bd2089462f189408b9e1337 |
|
MD5 | 44a54664365c41b40ad2ac773bd34e40 |
|
BLAKE2b-256 | f7e3c32b1960c32d3de64aa2d4380c127345ab98e51d098fcbd1f8780f48b314 |