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

pull/733/head
Stefano Lottini 8 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": [],
"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"
]
},
{

Loading…
Cancel
Save