mirror of
https://github.com/DrizzleTime/Foxel.git
synced 2026-06-09 09:29:36 +08:00
fix(README): update
This commit is contained in:
@@ -99,14 +99,7 @@ ghcr.io/drizzletime/foxel:dev
|
|||||||
|
|
||||||
> ⚠️ **注意:**
|
> ⚠️ **注意:**
|
||||||
> Foxel 依赖 PostgreSQL 数据库,并需要在数据库中启用 [vector 扩展](https://github.com/pgvector/pgvector)。
|
> Foxel 依赖 PostgreSQL 数据库,并需要在数据库中启用 [vector 扩展](https://github.com/pgvector/pgvector)。
|
||||||
> 请确保您的 PostgreSQL 实例已正确安装并启用 `vector` 扩展,否则图像检索功能无法正常使用。
|
> 请确保您的 PostgreSQL 实例已正确安装并启用 `vector` 扩展,否则安装失败。
|
||||||
|
|
||||||
可通过如下命令在数据库中启用扩展:
|
|
||||||
|
|
||||||
```sql
|
|
||||||
CREATE EXTENSION IF NOT EXISTS vector;
|
|
||||||
```
|
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## 📖 适配存储
|
## 📖 适配存储
|
||||||
|
|||||||
Reference in New Issue
Block a user