From dbaee36ceee610539b190aa1f2d6ba5ebb9f663e Mon Sep 17 00:00:00 2001 From: Laura Gutierrez Funderburk Date: Thu, 16 Nov 2023 16:13:25 -0800 Subject: [PATCH] add other data structures that are supported --- ch3/jupyter-notebooks/data_classes.ipynb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ch3/jupyter-notebooks/data_classes.ipynb b/ch3/jupyter-notebooks/data_classes.ipynb index 0dd661a..293b471 100644 --- a/ch3/jupyter-notebooks/data_classes.ipynb +++ b/ch3/jupyter-notebooks/data_classes.ipynb @@ -16,6 +16,8 @@ "\n", "* Haystack StreaminhChunk data class \n", "\n", + "It also provides support for dataframe objects as well as dictionaries and JSON objects. \n", + "\n", "![](./images/data-structures.png)\n", "\n", "Each of these classes act as data structures that can be used to store and process data. We can use these classes to store data in a standardized format, and then use the Haystack API to process the data through data pipelines.\n", @@ -97,7 +99,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "We see that an id was automatically generated for the document. Let's create a dataframe-based document." + "We see that an id was automatically generated for the document. Let's access the content and metadata." ] }, {