feat: pg half vector (#6201)

This commit is contained in:
Archer
2026-01-06 16:47:55 +08:00
committed by GitHub
parent 6ad4b00b2a
commit 573f3544e7
11 changed files with 117 additions and 88 deletions
+1
View File
@@ -54,6 +54,7 @@ MONGODB_URI="mongodb://myusername:mypassword@localhost:27017/fastgpt?authSource=
MONGODB_LOG_URI="mongodb://myusername:mypassword@localhost:27017/fastgpt?authSource=admin&directConnection=true"
# 向量库优先级: pg > oceanbase > milvus
# PG 向量库连接参数
VECTOR_VQ_LEVEL=16 # 向量量化等级(目前支持 PG:32,16, 其他数据库未支持)
PG_URL=postgresql://username:password@localhost:5432/postgres
# OceanBase 向量库连接参数
# OCEANBASE_URL=