We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6855bbf commit ac444c8Copy full SHA for ac444c8
server/.env.example
@@ -228,7 +228,7 @@ SIG_SALT='salt' # Please generate random string at least 32 chars long.
228
# Enable all below if you are using vector database: LanceDB.
229
VECTOR_DB="lancedb"
230
231
-# Enable all below if you are using vector database: Weaviate.
+# Enable all below if you are using vector database: PG Vector.
232
# VECTOR_DB="pgvector"
233
# PGVECTOR_CONNECTION_STRING="postgresql://dbuser:dbuserpass@localhost:5432/yourdb"
234
# PGVECTOR_TABLE_NAME="anythingllm_vectors" # optional, but can be defined
0 commit comments