Skip to content

Commit

Permalink
完善文档说明
Browse files Browse the repository at this point in the history
  • Loading branch information
Yurunsoft committed Oct 12, 2023
1 parent 3051f4b commit bce15e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,15 +112,15 @@ imi-ai 是一个 ChatGPT 开源项目,支持聊天、问答、写代码、写

* PHP >= 8.1(扩展:curl、gd、mbstring、pdo_mysql、redis、swoole)

* Swoole >= v5.0.3(模型训练需启用 [--enable-swoole-pgsql](https://wiki.swoole.com/#/environment?id=-enable-swoole-pgsql)
* Swoole >= v5.0.3(必须启用 `--enable-openssl --enable-swoole-curl` 编译,模型训练需启用 [--enable-swoole-pgsql](https://wiki.swoole.com/#/environment?id=-enable-swoole-pgsql) 编译

> 建议直接使用 swoole-cli,可在 [Swoole Release 下载](https://github.com/swoole/swoole-src/releases)
* MySQL >= 8.0.17

* Redis

* PostgreSQL + [pgvector](https://github.com/pgvector/pgvector) (可选,使用模型训练必选)
* PostgreSQL + [pgvector](https://github.com/pgvector/pgvector) (可选,使用模型训练必选,需为项目数据库启用扩展 `CREATE EXTENSION vector;`

* 7-Zip,可选,但使用模型训练必选,用于解压文件。[下载](https://7-zip.org/download.html) 并将 `7zz` / `7zzs` 解压到 `/usr/bin/7z``/usr/local/bin/7z` 目录

Expand Down

0 comments on commit bce15e5

Please sign in to comment.