Skip to content

Commit

Permalink
Issue 431 docs multiple feature stores (#477)
Browse files Browse the repository at this point in the history
* Extending docs, see issue 431

* fix formatting issues
  • Loading branch information
wrigleyDan authored Dec 14, 2023
1 parent 39024f6 commit 05ad18c
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions docs/advanced-functionality.rst
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,19 @@ 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::

"sltr": {
"_name": "logged_featureset",
"featureset": "attempt_1",
"store": "wikipedia",
"params": {
"keywords": "star"
}
}

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 05ad18c

Please sign in to comment.