From ba1e6004c9cd666ae1ca3753bada6b896d478a31 Mon Sep 17 00:00:00 2001 From: Stefano Lottini Date: Fri, 22 Sep 2023 19:48:55 +0200 Subject: [PATCH] Fix spelling error + misplaced copypaste in the CQL notebook (#728) --- .../cassandra_astradb/Philosophical_Quotes_CQL.ipynb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/vector_databases/cassandra_astradb/Philosophical_Quotes_CQL.ipynb b/examples/vector_databases/cassandra_astradb/Philosophical_Quotes_CQL.ipynb index 229331e8..b9387c14 100644 --- a/examples/vector_databases/cassandra_astradb/Philosophical_Quotes_CQL.ipynb +++ b/examples/vector_databases/cassandra_astradb/Philosophical_Quotes_CQL.ipynb @@ -201,7 +201,7 @@ "outputs": [], "source": [ "# Don't mind the \"Closing connection\" error after \"downgrading protocol...\" messages,\n", - "# it is really just a warning: the connection will work smoothly.cluster = Cluster(\n", + "# it is really just a warning: the connection will work smoothly.\n", "cluster = Cluster(\n", " cloud={\n", " \"secure_connect_bundle\": ASTRA_DB_SECURE_BUNDLE_PATH,\n", @@ -280,7 +280,7 @@ "id": "2c1be40d-bb6f-46d1-b39a-ac51ce11a466", "metadata": {}, "source": [ - "#### Add an vector index for ANN search" + "#### Add a vector index for ANN search" ] }, {