YanchaoMa

Results 19 comments of YanchaoMa

@Amitabh-Priyadarshi-Bayer I added extract_json_dict function to the 'graphrag/llm/openai/utils.py' file to solve the DICT error. ```python def try_parse_json_object(input: str) -> dict: """Generate JSON-string output using best-attempt prompting & parsing techniques.""" try:...

I've fixed the issue, mostly due to unstable parse functions. The 'try_parse_json_object' function in the `graphrag/llm/openai/utils.py` code has been modified as follows: ```python def try_parse_json_object(input: str) -> dict: """Generate JSON-string...

> @crazyyanchao @AlonsoGuevara > > There is an easy way to do it by changing the System message for community_report. change all {{ in community_report.txt to {, so that gpt...

@thisisfixer call OTHER MCP Servers inside ACI.dev~

@thisisfixer Is the core capability of ACI.dev the unification of other remote mcp servers?

This is a very good suggestion.

@nileshtrivedi I think the main difference is the global-search, llm-graph-builder doesn't seem to have a way to do community summaries.

I have same error: ``` 18:13:39,527 graphrag.index.reporting.file_workflow_callbacks INFO Error executing verb "cluster_graph" in create_base_entity_graph: EmptyNetworkError details=None 18:13:39,527 graphrag.index.run ERROR error running workflow create_base_entity_graph Traceback (most recent call last): File "D:\workspace\graphrag\index\run.py",...