From 52fa8bdcf31100fbc5435e4b6c0d8b5d1e0659e9 Mon Sep 17 00:00:00 2001 From: bulexu Date: Thu, 23 Jan 2025 14:03:18 +0800 Subject: [PATCH] fix bug KGSearch.search() got an unexpected keyword argument 'rank_feature' (#4601) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit `graphrag/search.py`中`search`方法缺少参数`rank_feature` Co-authored-by: xubh Co-authored-by: Kevin Hu