severian42 / GraphRAG-Local-UI

GraphRAG using Local LLMs - Features robust API and multiple apps for Indexing/Prompt Tuning/Query/Chat/Visualizing/Etc. This is meant to be the ultimate GraphRAG/KG local LLM app.
MIT License
1.69k stars 198 forks source link

ERROR - Error during indexing: 'gbk' codec can't decode byte 0x8c in position 2: illegal multibyte sequence - F:\GraphRAG-Ollama-UI\app.py:1318 #40

Closed Ikaros-521 closed 3 months ago

Ikaros-521 commented 3 months ago

change line 1272:

process = subprocess.Popen(cmd, stdout=subprocess.PIPE, stderr=subprocess.STDOUT, text=True, bufsize=1, encoding='utf-8', universal_newlines=True)