This commit is contained in:
ayush chaurasia
2024-06-24 16:57:51 +05:30
parent 617ce3139b
commit 40ffe03cc8

View File

@@ -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