Skip to content

Commit 865baf2

Browse files
committed
format
1 parent 11eb97f commit 865baf2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ def retrieve_online_documents(
153153
embedding: The embeddings to use for retrieval.
154154
top_k: The number of nearest neighbors to retrieve.
155155
Returns:
156-
A list of top k closest documents to the specified embedding. Each item in the list is a tuple
156+
object: A list of top k closest documents to the specified embedding. Each item in the list is a tuple
157157
where the first item is the event timestamp for the row, and the second item is a dict of feature
158158
name to embeddings.
159159
"""

0 commit comments

Comments
 (0)