Skip to content

Commit

Permalink
redo commit the file
Browse files Browse the repository at this point in the history
  • Loading branch information
LEE1026icarus committed Jan 13, 2025
1 parent dfd1016 commit a01ce20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 08-Embedding/04-UpstageEmbeddings.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@
"source": [
"# Query Embedding\n",
"embedded_query = query_embeddings.embed_query(\n",
" \"Please provide detailed information about LangChain.\"\n",
" \" Please provide detailed information about LangChain. \"\n",
")\n",
"# Print embedding dimension\n",
"len(embedded_query)"
Expand Down

0 comments on commit a01ce20

Please sign in to comment.