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.2rc108.post1.tar.gz
(399.2 kB
view hashes)
Built Distribution
Close
Hashes for py_dbchat-0.0.2rc108.post1.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3af36b72f3483aa7656919a69a934cf0255417a0748150ec1ebaef3c891bacbe |
|
MD5 | a2ef76c0845c2d66895c87ba49c3fcef |
|
BLAKE2b-256 | 40e1217c3e30f6ff967a31fed7f6a5349f3bf27d6593d41e0cde756ad80c2568 |
Close
Hashes for py_dbchat-0.0.2rc108.post1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 61ddfff8b508dcb07ab18a5ef76d9207050880e87fe914bb9ca8a8863301ad59 |
|
MD5 | 48f286922974ef669f559225cdf8fe93 |
|
BLAKE2b-256 | 4233759216a6ce39ff9ab4a82e2ab12da5966295abfa34cda156fc1a3d403299 |