From 9fc28d50c32eb6949252139154ddcd8f1102dce3 Mon Sep 17 00:00:00 2001 From: Adam Ji Date: Wed, 25 Oct 2023 12:26:44 +0800 Subject: [PATCH] fix: typo in pgvector.ipynb (#12243) fix: typo in docs/docs/integrations/vectorstores/pgvector.ipynb --- docs/docs/integrations/vectorstores/pgvector.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/integrations/vectorstores/pgvector.ipynb b/docs/docs/integrations/vectorstores/pgvector.ipynb index 7e9b944469b..a3c01d21e54 100644 --- a/docs/docs/integrations/vectorstores/pgvector.ipynb +++ b/docs/docs/integrations/vectorstores/pgvector.ipynb @@ -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",