mirror of
https://github.com/lancedb/lancedb.git
synced 2026-01-06 11:52: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
|
fts_results : pa.Table
|
||||||
The results from the FTS search
|
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")
|
row_id = combined.column("_rowid")
|
||||||
|
|
||||||
# deduplicate
|
# deduplicate
|
||||||
|
|||||||
Reference in New Issue
Block a user