Skip to content

Commit 1cb544c

Browse files
committed
use psycopg not psycopg3 as plugin name
1 parent 09749b7 commit 1cb544c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ ELASTIC_USER=elastic
2929
ELASTIC_PASSWORD=changeme
3030

3131
# === PGVector ===
32-
PGVECTOR_URL=postgresql+psycopg3://user:pass@localhost:5432/mydb
32+
PGVECTOR_URL=postgresql+psycopg://user:pass@localhost:5432/mydb
3333
PGVECTOR_COLLECTION_NAME=documents
3434

3535
# === SQL Server ===

0 commit comments

Comments
 (0)