Fix spelling error + misplaced copypaste in the CQL notebook (#728)

pull/733/head
Stefano Lottini 9 months ago committed by GitHub
parent bbc16b996f
commit ba1e6004c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -201,7 +201,7 @@
"outputs": [], "outputs": [],
"source": [ "source": [
"# Don't mind the \"Closing connection\" error after \"downgrading protocol...\" messages,\n", "# 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", "cluster = Cluster(\n",
" cloud={\n", " cloud={\n",
" \"secure_connect_bundle\": ASTRA_DB_SECURE_BUNDLE_PATH,\n", " \"secure_connect_bundle\": ASTRA_DB_SECURE_BUNDLE_PATH,\n",
@ -280,7 +280,7 @@
"id": "2c1be40d-bb6f-46d1-b39a-ac51ce11a466", "id": "2c1be40d-bb6f-46d1-b39a-ac51ce11a466",
"metadata": {}, "metadata": {},
"source": [ "source": [
"#### Add an vector index for ANN search" "#### Add a vector index for ANN search"
] ]
}, },
{ {

Loading…
Cancel
Save