Skip to content

Commit ac444c8

Browse files
Change incorrect notation of Weaviate to PG Vector in env.example (#4439)
Change incorrect notation of Weaviate to PG Vector
1 parent 6855bbf commit ac444c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/.env.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ SIG_SALT='salt' # Please generate random string at least 32 chars long.
228228
# Enable all below if you are using vector database: LanceDB.
229229
VECTOR_DB="lancedb"
230230

231-
# Enable all below if you are using vector database: Weaviate.
231+
# Enable all below if you are using vector database: PG Vector.
232232
# VECTOR_DB="pgvector"
233233
# PGVECTOR_CONNECTION_STRING="postgresql://dbuser:dbuserpass@localhost:5432/yourdb"
234234
# PGVECTOR_TABLE_NAME="anythingllm_vectors" # optional, but can be defined

0 commit comments

Comments
 (0)