mirror of
https://github.com/labring/FastGPT.git
synced 2026-02-27 01:02:22 +08:00
10 lines
383 B
Plaintext
10 lines
383 B
Plaintext
VECTOR_VQ_LEVEL=32
|
|
# PG
|
|
PG_URL=postgresql://username:password@localhost:6001/postgres
|
|
# OceanBase 可以用云服务来测
|
|
# OCEANBASE_URL=mysql://root%40tenantname:tenantpassword@localhost:6005/mysql
|
|
# SeekDB vector database connection
|
|
SEEKDB_URL=mysql://root:seekdbpassword@127.0.0.1:6003/mysql
|
|
# Milvus vector database connection
|
|
MILVUS_ADDRESS=http://localhost:6002
|
|
MILVUS_TOKEN= |