Skip to content

Commit 1e892a4

Browse files
author
Ikko Eltociear Ashimine
authored
docs: update Philosophical_Quotes_CQL.ipynb (openai#1241)
1 parent ab84575 commit 1e892a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/vector_databases/cassandra_astradb/Philosophical_Quotes_CQL.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1149,7 +1149,7 @@
11491149
"source": [
11501150
"Now repeat the compute-embeddings-and-insert step on the new table.\n",
11511151
"\n",
1152-
"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",
1152+
"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",
11531153
"\n",
11541154
"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",
11551155
"\n",

0 commit comments

Comments
 (0)