This commit is contained in:
Weves 2023-11-02 15:24:21 -07:00
parent c6f08cd1cd
commit 1954164ec4

View File

@ -311,10 +311,7 @@ def search_chunks(
)
# Keyword Search should never do reranking, no transformers involved in this flow
if (
query.search_type == SearchType.KEYWORD
or query.search_type == SearchType.HYBRID
):
if query.search_type == SearchType.KEYWORD:
_log_top_chunk_links(query.search_type.value, top_chunks)
return top_chunks, None