ソースを参照

Fix: KG search issue. (#7186)

### What problem does this PR solve?

### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)
tags/v0.18.0
Kevin Hu 6ヶ月前
コミット
f2c9ffc056
コミッターのメールアドレスに関連付けられたアカウントが存在しません
1個のファイルの変更1行の追加0行の削除
  1. 1
    0
      graphrag/search.py

+ 1
- 0
graphrag/search.py ファイルの表示

@@ -148,6 +148,7 @@ class KGSearch(Dealer):
comm_topn: int = 1,
ent_sim_threshold: float = 0.3,
rel_sim_threshold: float = 0.3,
**kwargs
):
qst = question
filters = self.get_filters({"kb_ids": kb_ids})

読み込み中…
キャンセル
保存