diff --git a/python/python/lancedb/rerankers/base.py b/python/python/lancedb/rerankers/base.py index 8c6470dc..217364e8 100644 --- a/python/python/lancedb/rerankers/base.py +++ b/python/python/lancedb/rerankers/base.py @@ -120,9 +120,8 @@ class Reranker(ABC): The results from the FTS search """ combined = pa.concat_tables( - [vector_results, fts_results], - promote_options=u"default" - ) + [vector_results, fts_results], promote_options="default" + ) row_id = combined.column("_rowid") # deduplicate