fix: typo in pgvector.ipynb (#12243)

fix: typo in docs/docs/integrations/vectorstores/pgvector.ipynb
pull/12252/head
Adam Ji 12 months ago committed by GitHub
parent 276c6ba115
commit 9fc28d50c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -141,7 +141,7 @@
"# PGVector needs the connection string to the database.\n",
"CONNECTION_STRING = \"postgresql+psycopg2://harrisonchase@localhost:5432/test3\"\n",
"\n",
"# # Alternatively, you can create it from enviornment variables.\n",
"# # Alternatively, you can create it from environment variables.\n",
"# import os\n",
"\n",
"# CONNECTION_STRING = PGVector.connection_string_from_db_params(\n",

Loading…
Cancel
Save