Fix M.env AX_GRAPH_NODES not working problem

This commit is contained in:
yangdx
2025-04-17 01:28:22 +08:00
parent 0afe35a9fd
commit d4c4a40c53
4 changed files with 25 additions and 3 deletions

View File

@@ -1560,7 +1560,7 @@ async def _find_most_related_edges_from_entities(
):
node_names = [dp["entity_name"] for dp in node_datas]
batch_edges_dict = await knowledge_graph_inst.get_nodes_edges_batch(node_names)
all_edges = []
seen = set()