Skip to content

Commit 47cd117

Browse files
committed
format
1 parent 865baf2 commit 47cd117

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

sdk/python/feast/infra/online_stores/online_store.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,7 @@ def retrieve_online_documents(
152152
requested_feature: The name of the feature whose embeddings should be used for retrieval.
153153
embedding: The embeddings to use for retrieval.
154154
top_k: The number of nearest neighbors to retrieve.
155+
155156
Returns:
156157
object: A list of top k closest documents to the specified embedding. Each item in the list is a tuple
157158
where the first item is the event timestamp for the row, and the second item is a dict of feature

0 commit comments

Comments
 (0)