diff --git a/python/python/lancedb/rerankers/base.py b/python/python/lancedb/rerankers/base.py index f9c3f324..aefc9912 100644 --- a/python/python/lancedb/rerankers/base.py +++ b/python/python/lancedb/rerankers/base.py @@ -118,7 +118,7 @@ class Reranker(ABC): The results from the vector search fts_results : pa.Table The results from the FTS search - + Returns ------- pa.Table