mirror of
https://github.com/james-m-jordan/openai-cookbook.git
synced 2025-05-09 19:32:38 +00:00
docs: update Philosophical_Quotes_CQL.ipynb (#1241)
This commit is contained in:
parent
ab845754ee
commit
1e892a4ae0
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user