Skip to content

Commit

Permalink
add other data structures that are supported
Browse files Browse the repository at this point in the history
  • Loading branch information
lfunderburk committed Nov 17, 2023
1 parent 44a597d commit dbaee36
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ch3/jupyter-notebooks/data_classes.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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."
]
},
{
Expand Down

0 comments on commit dbaee36

Please sign in to comment.