mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-08-25 17:42:24 +08:00
Refactor: do not include compliation chunks in retrieval testing (#18364)
Retrieval Testing: do not include compilation result. Search: include compilation result.
This commit is contained in:
@@ -136,6 +136,7 @@ export const useTestRetrieval = () => {
|
||||
page: 1,
|
||||
doc_ids: filterValue.doc_ids,
|
||||
highlight: true,
|
||||
include_knowledge_compilation: false,
|
||||
};
|
||||
}, [filterValue, knowledgeBaseId, values]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user