Skip to content

Commit 11eb97f

Browse files
committed
format
1 parent 29d98cd commit 11eb97f

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,6 @@ 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-
156155
Returns:
157156
A list of top k closest documents to the specified embedding. Each item in the list is a tuple
158157
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)