fix: typo in pgvector.ipynb (#12243)

fix: typo in docs/docs/integrations/vectorstores/pgvector.ipynb
This commit is contained in:
Adam Ji
2023-10-25 12:26:44 +08:00
committed by GitHub
parent 276c6ba115
commit 9fc28d50c3

View File

@@ -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",