From 2c11b8beb23f248f6e293d409821a2fdacf64f5a Mon Sep 17 00:00:00 2001 From: Arian Askari Date: Sun, 3 Mar 2024 12:22:50 +0100 Subject: [PATCH] Update skycamp2023.ipynb --- skycamp2023.ipynb | 1 + 1 file changed, 1 insertion(+) diff --git a/skycamp2023.ipynb b/skycamp2023.ipynb index 28cd3c7607..5590509daf 100644 --- a/skycamp2023.ipynb +++ b/skycamp2023.ipynb @@ -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",