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
Roadmap
- Complete image as docker and run ui and backend
- fix bug of connections
- Test for mysql , pg and sqllite etc
- put a nice readme with how it works
- clean up some code for now
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.2rc117.post1.tar.gz
(400.7 kB
view details)
Built Distribution
File details
Details for the file py_dbchat-0.0.2rc117.post1.tar.gz
.
File metadata
- Download URL: py_dbchat-0.0.2rc117.post1.tar.gz
- Upload date:
- Size: 400.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: python-requests/2.31.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3d6c604b78afa6f84e56fc3bebe1bd4a0721ca2f0d4836a53b531ffa887c4b07 |
|
MD5 | d2e9721598d7cb960488d78cf6a22441 |
|
BLAKE2b-256 | a8700b77ef6a84ce816b7cd6339c39dfd8211b434680811860c7c17ff30b44b5 |
Provenance
File details
Details for the file py_dbchat-0.0.2rc117.post1-py3-none-any.whl
.
File metadata
- Download URL: py_dbchat-0.0.2rc117.post1-py3-none-any.whl
- Upload date:
- Size: 20.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: python-requests/2.31.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6fa20b507b07d5d95d719d14e25a2654361d8ce1f92d86cf845ecb0dd1180ac0 |
|
MD5 | f3c097a941403ba4af0df3778327ec03 |
|
BLAKE2b-256 | 31214c3ac6e1aea5ad49172784d3dbce12cc61219f62f9779428a9116108f7eb |