diff --git a/examples/vector_databases/cassandra_astradb/Philosophical_Quotes_CQL.ipynb b/examples/vector_databases/cassandra_astradb/Philosophical_Quotes_CQL.ipynb index de844fa..e6b6ea4 100644 --- a/examples/vector_databases/cassandra_astradb/Philosophical_Quotes_CQL.ipynb +++ b/examples/vector_databases/cassandra_astradb/Philosophical_Quotes_CQL.ipynb @@ -1149,7 +1149,7 @@ "source": [ "Now repeat the compute-embeddings-and-insert step on the new table.\n", "\n", - "You could use the very same insertion code as you did earlier, because the differences are hidden \"behind the scenes\": the database will store the inserted rows differently according to the partioning scheme of this new table.\n", + "You could use the very same insertion code as you did earlier, because the differences are hidden \"behind the scenes\": the database will store the inserted rows differently according to the partitioning scheme of this new table.\n", "\n", "However, by way of demonstration, you will take advantage of a handy facility offered by the Cassandra drivers to easily run several queries (in this case, `INSERT`s) concurrently. This is something that Cassandra / Astra DB through CQL supports very well and can lead to a significant speedup, with very little changes in the client code.\n", "\n",