diff --git a/python/python/lancedb/rerankers/base.py b/python/python/lancedb/rerankers/base.py index d3881741..d4ed14ed 100644 --- a/python/python/lancedb/rerankers/base.py +++ b/python/python/lancedb/rerankers/base.py @@ -119,7 +119,7 @@ class Reranker(ABC): fts_results : pa.Table The results from the FTS search """ - combined = pa.concat_tables([vector_results, fts_results], promote=True) + combined = pa.concat_tables([vector_results, fts_results], promote_options=u"default") row_id = combined.column("_rowid") # deduplicate