imbajin commented on code in PR #84:
URL:
https://github.com/apache/incubator-hugegraph-ai/pull/84#discussion_r1794742231
##########
hugegraph-llm/src/hugegraph_llm/utils/graph_index_utils.py:
##########
@@ -113,8 +110,9 @@ def import_graph_data(data: str, schema: str) -> Union[str,
Dict[str, Any]]:
context = builder.commit_to_hugegraph().run(data_json)
gr.Info("Import graph data successfully!")
+ print(context)
return json.dumps(context, ensure_ascii=False, indent=2)
- except Exception as e: # pylint: disable=W0718
+ except Exception as e: # pylint: disable=W0718
Review Comment:
> Is this configuration universal? Does it need to be added to `pylint.conf`?
No need for now maybe
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]