mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-29 09:58:44 +00:00
fix: typo in pgvector.ipynb (#12243)
fix: typo in docs/docs/integrations/vectorstores/pgvector.ipynb
This commit is contained in:
parent
276c6ba115
commit
9fc28d50c3
@ -141,7 +141,7 @@
|
|||||||
"# PGVector needs the connection string to the database.\n",
|
"# PGVector needs the connection string to the database.\n",
|
||||||
"CONNECTION_STRING = \"postgresql+psycopg2://harrisonchase@localhost:5432/test3\"\n",
|
"CONNECTION_STRING = \"postgresql+psycopg2://harrisonchase@localhost:5432/test3\"\n",
|
||||||
"\n",
|
"\n",
|
||||||
"# # Alternatively, you can create it from enviornment variables.\n",
|
"# # Alternatively, you can create it from environment variables.\n",
|
||||||
"# import os\n",
|
"# import os\n",
|
||||||
"\n",
|
"\n",
|
||||||
"# CONNECTION_STRING = PGVector.connection_string_from_db_params(\n",
|
"# CONNECTION_STRING = PGVector.connection_string_from_db_params(\n",
|
||||||
|
Loading…
Reference in New Issue
Block a user