microsoft / graphrag

A modular graph-based Retrieval-Augmented Generation (RAG) system
https://microsoft.github.io/graphrag/
MIT License
19.04k stars 1.87k forks source link

[Issue]: Error using local llm ChatGLM #1343

Open Superyeahh opened 1 week ago

Superyeahh commented 1 week ago

Do you need to file an issue?

Describe the issue

The following error was reported when using the local llm, please tell me how to change it, thanks for the answer! (1)graphrag.index.reporting.file_workflow_callbacks INFO Error executing verb "window" in create_final_covariates: 'covariate_type' details=None (2)graphrag.index.run.run ERROR error running workflow create_final_covariates (3)graphrag.index.reporting.file_workflow_callbacks INFO Error running pipeline! details=None (4)graphrag.index.cli ERROR Errors occurred during the pipeline run, see logs for more details.

Steps to reproduce

No response

GraphRAG Config Used

# Paste your config here

Logs and screenshots

Image

Additional Information

uhnjk commented 6 days ago

I also encountered the same problem. Have you resolved it?