diff --git a/server/.env.example b/server/.env.example index c60319ab6ab..6e63abb1de9 100644 --- a/server/.env.example +++ b/server/.env.example @@ -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