Change incorrect notation of Weaviate to PG Vector in env.example (#4439)

Change incorrect notation of Weaviate to PG Vector
This commit is contained in:
Marcello Fitton 2025-09-29 10:01:01 -07:00 committed by GitHub
parent 6855bbf695
commit ac444c8fa5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -228,7 +228,7 @@ SIG_SALT='salt' # Please generate random string at least 32 chars long.
# Enable all below if you are using vector database: LanceDB.
VECTOR_DB="lancedb"
# Enable all below if you are using vector database: Weaviate.
# Enable all below if you are using vector database: PG Vector.
# VECTOR_DB="pgvector"
# PGVECTOR_CONNECTION_STRING="postgresql://dbuser:dbuserpass@localhost:5432/yourdb"
# PGVECTOR_TABLE_NAME="anythingllm_vectors" # optional, but can be defined