mirror of
https://git.mirrors.martin98.com/https://github.com/infiniflow/ragflow.git
synced 2025-06-04 11:24:00 +08:00
Fix: KG search issue. (#7186)
### What problem does this PR solve? ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue)
This commit is contained in:
parent
10432a1be7
commit
f2c9ffc056
@ -148,6 +148,7 @@ class KGSearch(Dealer):
|
|||||||
comm_topn: int = 1,
|
comm_topn: int = 1,
|
||||||
ent_sim_threshold: float = 0.3,
|
ent_sim_threshold: float = 0.3,
|
||||||
rel_sim_threshold: float = 0.3,
|
rel_sim_threshold: float = 0.3,
|
||||||
|
**kwargs
|
||||||
):
|
):
|
||||||
qst = question
|
qst = question
|
||||||
filters = self.get_filters({"kb_ids": kb_ids})
|
filters = self.get_filters({"kb_ids": kb_ids})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user