From 9a41894cd2e0d50d4131d4e203a2814dbd19a38a Mon Sep 17 00:00:00 2001 From: ayush chaurasia Date: Fri, 22 Mar 2024 14:33:39 +0530 Subject: [PATCH] update --- python/python/lancedb/rerankers/base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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