mirror of
https://github.com/lancedb/lancedb.git
synced 2025-12-26 14:49:57 +00:00
use promote_options with concat_tables
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user