### What problem does this PR solve? ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue)tags/v0.18.0
| 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}) |