mirror of
				https://github.com/infiniflow/ragflow.git
				synced 2025-11-04 03:39:41 +00:00 
			
		
		
		
	Fix keyerror issue while rebuilding graph. (#5022)
### What problem does this PR solve? #4995 ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue)
This commit is contained in:
		
							parent
							
								
									194e8ea696
								
							
						
					
					
						commit
						f29da49893
					
				@ -540,7 +540,7 @@ def rebuild_graph(tenant_id, kb_id):
 | 
			
		||||
            src_ids.extend(d.get("source_id", []))
 | 
			
		||||
            if d["knowledge_graph_kwd"] == "entity":
 | 
			
		||||
                graph.add_node(d["entity_kwd"], entity_type=d["entity_type_kwd"])
 | 
			
		||||
            else:
 | 
			
		||||
            elif "from_entity_kwd" in d and "to_entity_kwd" in d:
 | 
			
		||||
                graph.add_edge(
 | 
			
		||||
                    d["from_entity_kwd"],
 | 
			
		||||
                    d["to_entity_kwd"],
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user