update README.md

This commit is contained in:
thinkgem
2025-03-25 14:15:51 +08:00
parent 3fda79ec8d
commit 97eb30fc11

View File

@@ -66,10 +66,10 @@ docker exec -it pgvector psql -U postgres
* 建库语句
```sql
CREATE DATABASE "jeesite-ai2";
CREATE DATABASE "jeesite-ai";
-- 激活数据库
\connect "jeesite-ai2";
\connect "jeesite-ai";
-- 建立数据表和索引
CREATE EXTENSION IF NOT EXISTS vector;