mirror of
https://github.com/labring/FastGPT.git
synced 2026-05-06 01:02:54 +08:00
feat: pg half vector (#6201)
This commit is contained in:
@@ -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=
|
||||
|
||||
Reference in New Issue
Block a user