Skip to content

Commit fed23c3

Browse files
committed
Add back mistakenly deleted return type in executor
1 parent 86d36a4 commit fed23c3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

weaviate/collections/queries/bm25/query/executor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ def bm25(
278278
return_metadata: Optional[METADATA] = None,
279279
return_properties: Optional[ReturnProperties[TProperties]] = None,
280280
return_references: Optional[ReturnReferences[TReferences]] = None,
281-
):
281+
) -> executor.Result[QuerySearchReturnType[Properties, References, TProperties, TReferences]]:
282282
"""Search for objects in this collection using the keyword-based BM25 algorithm.
283283
284284
See the [docs](https://weaviate.io/developers/weaviate/search/bm25) for a more detailed explanation.

0 commit comments

Comments
 (0)