mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2026-09-16 06:38:00 +00:00
Sonarr
This commit is contained in:
@@ -99,7 +99,6 @@ def _get_document_filtered_retriever(index, doc_ids: set[str], similarity_top_k:
|
||||
|
||||
query_top_k = min(max(similarity_top_k, 1), max_top_k)
|
||||
allowed_nodes: list[NodeWithScore] = []
|
||||
seen_node_ids: set[str] = set()
|
||||
|
||||
while query_top_k <= max_top_k:
|
||||
query_result = index.vector_store.query(
|
||||
|
||||
Reference in New Issue
Block a user