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 865baf2 commit 47cd117Copy full SHA for 47cd117
1 file changed
sdk/python/feast/infra/online_stores/online_store.py
@@ -152,6 +152,7 @@ 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
object: 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