Skip to content

Commit

Permalink
fix: Fix an extra close parens in module 3 (#105)
Browse files Browse the repository at this point in the history
  • Loading branch information
nikiburggraf authored Jun 18, 2024
1 parent 34b7c86 commit db86769
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SciPy2024/module3/2-try-with-your-data.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@
"outputs": [],
"source": [
"# Ensure you can retrieve relevant context based on your prompt.\n",
"# context = retriever.invoke(\"What's my relevant question?\"))\n",
"# context = retriever.invoke(\"What's my relevant question?\")\n",
"# or\n",
"# Load your data into the context variable\n",
"# context = <Add context from your data file>"
Expand Down

0 comments on commit db86769

Please sign in to comment.