mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-25 08:06:48 +08:00
Fix: metadata issue & graphrag speeding up. (#12113)
### Type of change - [x] Bug Fix (non-breaking change which fixes an issue) --------- Co-authored-by: Liu An <asiro@qq.com>
This commit is contained in:
@ -78,10 +78,6 @@ class GraphExtractor(Extractor):
|
||||
hint_prompt = self._entity_extract_prompt.format(**self._context_base, input_text=content)
|
||||
|
||||
gen_conf = {}
|
||||
final_result = ""
|
||||
glean_result = ""
|
||||
if_loop_result = ""
|
||||
history = []
|
||||
logging.info(f"Start processing for {chunk_key}: {content[:25]}...")
|
||||
if self.callback:
|
||||
self.callback(msg=f"Start processing for {chunk_key}: {content[:25]}...")
|
||||
|
||||
Reference in New Issue
Block a user