mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-08 20:42:30 +08:00
Added a guide on running a retrieval test, with and without knowledge graph (#5200)
### What problem does this PR solve? ### Type of change - [x] Documentation Update
This commit is contained in:
@ -43,7 +43,7 @@ class RetrievalParam(ComponentParamBase):
|
||||
|
||||
def check(self):
|
||||
self.check_decimal_float(self.similarity_threshold, "[Retrieval] Similarity threshold")
|
||||
self.check_decimal_float(self.keywords_similarity_weight, "[Retrieval] Keywords similarity weight")
|
||||
self.check_decimal_float(self.keywords_similarity_weight, "[Retrieval] Keyword similarity weight")
|
||||
self.check_positive_number(self.top_n, "[Retrieval] Top N")
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user