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.2rc110.post1.tar.gz
(399.2 kB
view details)
Built Distribution
File details
Details for the file py_dbchat-0.0.2rc110.post1.tar.gz
.
File metadata
- Download URL: py_dbchat-0.0.2rc110.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 | 1feef36e9762df8264bbfb589bc2fbce93771da3bed04faefd424636ed8e3af3 |
|
MD5 | 255cd0276044f415e07751952b2f0061 |
|
BLAKE2b-256 | a63a2c1ef81221cd7eacb5fdbf7a71b75cfc7b4c5e887b5aea3a7bbddaab4e3e |
Provenance
File details
Details for the file py_dbchat-0.0.2rc110.post1-py3-none-any.whl
.
File metadata
- Download URL: py_dbchat-0.0.2rc110.post1-py3-none-any.whl
- Upload date:
- Size: 19.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: python-requests/2.31.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7abcae6a12062f0ca9a8f68ccecdce2a4ea8645ae524a645770f36d861e6e7bf |
|
MD5 | 76774e7c5da9a6aeec5ed3275fb5bd90 |
|
BLAKE2b-256 | 59062bc46bb21bf1ca63e4962497a1ed4fb2924da86267792f7fcba691ee0838 |