This commit is contained in:
ayush chaurasia
2024-06-24 16:55:23 +05:30
parent 242bbe1897
commit 617ce3139b

View File

@@ -119,7 +119,10 @@ class Reranker(ABC):
fts_results : pa.Table
The results from the FTS search
"""
combined = pa.concat_tables([vector_results, fts_results], promote_options=u"default")
combined = pa.concat_tables(
[vector_results, fts_results],
promote_options=u"default"
)
row_id = combined.column("_rowid")
# deduplicate