Merge pull request #1 from ISADBA/ISADBA-patch-1

Update README.md
This commit is contained in:
isadba 2023-05-31 21:33:33 +08:00 committed by GitHub
commit 7d7bfdf7ea

View File

@ -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.
```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.
For the entire installation process of DB-GPT, we use the miniconda3 virtual environment. Create a virtual environment and install the Python dependencies.