Skip to content

Commit 16fdf50

Browse files
authored
Merge pull request #536 from arian-askari/skycamp2023-refer-to-completed-version
Update skycamp2023.ipynb
2 parents 7818700 + 2c11b8b commit 16fdf50

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

skycamp2023.ipynb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -425,6 +425,7 @@
425425
" # TODO: Replace `None` with a call to self.generate_query_from_context to generate a search query.\n",
426426
" # Note: In DSPy, always pass keyword arguments (e.g., context=..., question=...) to the modules to avoid ambiguity.\n",
427427
" # Note 2: Don't forget to access the field .search_query to extract that from the output of the module.\n",
428+
" # Note 3: Check the following notebook for a completed example: https://github.com/stanfordnlp/dspy/blob/main/skycamp2023_completed.ipynb.\n",
428429
" search_query2 = None\n",
429430
"\n",
430431
" # TODO: Replace `None` with a call to self.retrieve to retrieve passages. Append them to the list `passages`.\n",

0 commit comments

Comments
 (0)