mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-09-15 05:59:59 +00:00
Update README.md
Docker安装的MySQL密码与代码中的初始化密码不一致。
This commit is contained in:
@@ -148,7 +148,7 @@ As our project has the ability to achieve ChatGPT performance of over 85%, there
|
|||||||
This project relies on a local MySQL database service, which you need to install locally. We recommend using Docker for installation.
|
This project relies on a local MySQL database service, which you need to install locally. We recommend using Docker for installation.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
$ docker run --name=mysql -p 3306:3306 -e MYSQL_ROOT_PASSWORD=aa12345678 -dit mysql:latest
|
$ docker run --name=mysql -p 3306:3306 -e MYSQL_ROOT_PASSWORD=aa123456 -dit mysql:latest
|
||||||
```
|
```
|
||||||
We use [Chroma embedding database](https://github.com/chroma-core/chroma) as the default for our vector database, so there is no need for special installation. If you choose to connect to other databases, you can follow our tutorial for installation and configuration.
|
We use [Chroma embedding database](https://github.com/chroma-core/chroma) as the default for our vector database, so there is no need for special installation. If you choose to connect to other databases, you can follow our tutorial for installation and configuration.
|
||||||
For the entire installation process of DB-GPT, we use the miniconda3 virtual environment. Create a virtual environment and install the Python dependencies.
|
For the entire installation process of DB-GPT, we use the miniconda3 virtual environment. Create a virtual environment and install the Python dependencies.
|
||||||
|
Reference in New Issue
Block a user