Skip to content
Closed
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
2 changes: 1 addition & 1 deletion examples/hello-world/feast-hello-world.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1805,7 +1805,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"The API for retrieving the data from online store is a bit different from the API for online store. Here's how we define our entities of interest and how we request the data:"
"The API for retrieving the data from online store is a bit different from the API for offline store. Instead of providing both the entity keys and the timestamps next to the feature list, we provide only the entity keys. Online stores only maintain the current state of features, no historical data is served. Here's how we define our entities of interest and how we request the data:"
]
},
{
Expand Down