Skip to content

Commit

Permalink
Corrected style
Browse files Browse the repository at this point in the history
  • Loading branch information
vonodiripsa authored Feb 3, 2024
1 parent d30baaf commit 1009eea
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -355,9 +355,9 @@
" .withColumn(\"id\", F.col(\"id\").cast(\"int\"))\n",
")\n",
"\n",
"embedding_query_df = (
embedding_query.transform(query_df).select("id", "embeddings").cache()
)"
"embedding_query_df = (\n",
" embedding_query.transform(query_df).select(\"id\", \"embeddings\").cache()\n",
")"
]
},
{
Expand Down

0 comments on commit 1009eea

Please sign in to comment.