Skip to content

Commit

Permalink
Fixing broken entity key link in quickstart
Browse files Browse the repository at this point in the history
Signed-off-by: Danny Chiao <danny@tecton.ai>
  • Loading branch information
adchia committed Nov 19, 2021
1 parent 380cc62 commit 44c24ee
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 44c24ee

Please sign in to comment.