We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29d98cd commit 11eb97fCopy full SHA for 11eb97f
1 file changed
sdk/python/feast/infra/online_stores/online_store.py
@@ -152,7 +152,6 @@ def retrieve_online_documents(
152
requested_feature: The name of the feature whose embeddings should be used for retrieval.
153
embedding: The embeddings to use for retrieval.
154
top_k: The number of nearest neighbors to retrieve.
155
-
156
Returns:
157
A list of top k closest documents to the specified embedding. Each item in the list is a tuple
158
where the first item is the event timestamp for the row, and the second item is a dict of feature
0 commit comments