-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug] [Module Name] Bug title #2280
Comments
Hi, thanks for your feedback. It’s weird, so now you can check your SQLite schema with dbgpt.sql, create table gpts_app_collection manually |
I'm` having the same issue, how should I resolve it? Additionally, are these settings still effective even though they are commented out?LOCAL_DB_TYPE=sqlite ## MYSQL databaseLOCAL_DB_TYPE=mysqlLOCAL_DB_USER=rootLOCAL_DB_PASSWORD={your_password}LOCAL_DB_HOST=127.0.0.1LOCAL_DB_PORT=3306LOCAL_DB_NAME=dbgpt## This option determines the storage location of conversation records. The default is not configured to the old version of duckdb. It can be optionally db or file (if the value is db, the database configured by LOCAL_DB will be used)CHAT_HISTORY_STORE_TYPE=dbI'm having the same issue, how should I resolve it? Additionally, are these settings still effective even though they are commented out? |
Change the database type to mysql, and then manually execute assets/schema/dbgpt.sql in the database. |
yeah, |
Search before asking
Operating system information
Linux
Python version information
3.10
DB-GPT version
main
Related scenes
Installation Information
Installation From Source
Docker Installation
Docker Compose Installation
Cluster Installation
AutoDL Image
Other
Device information
CPU: i9 14900KF
GPU: RTX-4090D 24G
Models information
LLM_MODEL=chatgpt_proxyllm
What happened
I followed the http://docs.dbgpt.cn/docs/quickstart document to build the DB-GPT environment, but when I executed
python dbgpt/app/dbgpt_server.py
, I got the following error,:I saw a similar problem in the issue #1800 , but his LOCAL_DB_TYPE is different from mine. My LOCAL_DB_TYPE is sqlite. How should I deal with this problem?
What you expected to happen
DB-GPT is operating normally
How to reproduce
just follow the doc : http://docs.dbgpt.cn/docs/quickstart
Additional context
No response
Are you willing to submit PR?
The text was updated successfully, but these errors were encountered: