Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions skycamp2023.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -425,6 +425,7 @@
" # TODO: Replace `None` with a call to self.generate_query_from_context to generate a search query.\n",
" # Note: In DSPy, always pass keyword arguments (e.g., context=..., question=...) to the modules to avoid ambiguity.\n",
" # Note 2: Don't forget to access the field .search_query to extract that from the output of the module.\n",
" # Note 3: Check the following notebook for a completed example: https://github.com/stanfordnlp/dspy/blob/main/skycamp2023_completed.ipynb.\n",
" search_query2 = None\n",
"\n",
" # TODO: Replace `None` with a call to self.retrieve to retrieve passages. Append them to the list `passages`.\n",
Expand Down