Skip to content

Commit

Permalink
fix formatting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
wrigleyDan committed Nov 24, 2023
1 parent 1cb44d5 commit 3099b63
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/advanced-functionality.rst
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ And of course you can delete a featureset::

DELETE _ltr/wikipedia/_featureset/attempt_1

You can use featuresets of specific feature stores by using the :code:`store` parameter in the :code:`sltr` part of your query when logging features:
You can use featuresets of specific feature stores by using the :code:`store` parameter in the :code:`sltr` part of your query when logging features::

"sltr": {
"_name": "logged_featureset",
Expand All @@ -157,6 +157,7 @@ You can use featuresets of specific feature stores by using the :code:`store` pa
}

In case no :code:`store` is specified the default store will be used for looking up the featureset.

=============================
Model Caching
=============================
Expand Down

0 comments on commit 3099b63

Please sign in to comment.