Kasen

Results 2 comments of Kasen

Hi @hongyispace Did you find a solution to fix the bug when local query with local model?

Hi I have hacked it via changing the code in graphrag/query/llm/oai/openai.python "chunck_text" method: (remove token encode, because the local llm just can embed text instead of encoded ones) def chunk_text(...