Skip to content
Merged
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/quickstart/quickstart.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -720,7 +720,7 @@
"### Quick note on entity keys\n",
"Note from the above command that the online store indexes by `entity_key`. \n",
"\n",
"[Entity keys](https://docs.feast.dev/concepts/data-model-and-concepts#entity-key) include a list of all entities needed (e.g. all relevant primary keys) to generate the feature vector. In this case, this is a serialized version of the `driver_id`. We use this later to fetch all features for a given driver at inference time."
"[Entity keys](https://docs.feast.dev/getting-started/concepts/entity#entity-key) include a list of all entities needed (e.g. all relevant primary keys) to generate the feature vector. In this case, this is a serialized version of the `driver_id`. We use this later to fetch all features for a given driver at inference time."
]
},
{
Expand Down