From ffe6b81ab9e1d6212dfd41a0d639b1281577d0a4 Mon Sep 17 00:00:00 2001 From: Laura Gutierrez Funderburk Date: Thu, 16 Nov 2023 17:25:41 -0800 Subject: [PATCH] add follow up to data answer data structure --- ch3/jupyter-notebooks/data_classes.ipynb | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/ch3/jupyter-notebooks/data_classes.ipynb b/ch3/jupyter-notebooks/data_classes.ipynb index 5fb82d8..8419880 100644 --- a/ch3/jupyter-notebooks/data_classes.ipynb +++ b/ch3/jupyter-notebooks/data_classes.ipynb @@ -761,6 +761,13 @@ "iris_docstore.to_dict()" ] }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "We will now turn our attention to a data structure focused on question and answer systems." + ] + }, { "cell_type": "markdown", "metadata": {},