mirror of
https://github.com/lancedb/lancedb.git
synced 2026-01-03 18:32:55 +00:00
lint
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user