Nathan Evans
Nathan Evans
Consolidating language support issues here: #696
Having a large document split into many text chunks is a very common setup. Can you upload your indexing-engine.log? How big is your input document? Do you know how many...
Can you upload your indexing-engine.log so we can see more error details?
See [new docs](https://microsoft.github.io/graphrag/config/models/) on injecting custom model providers
I think what you've identified is that line 70 should be an `elif`, otherwise a length 0 description list would end up in the empty string `result` being reassigned to...
Please let me know if you see this issue with the LiteLLM provider that was introduced in 2.6.0. We will be removing fnllm entirely for v3, so it would be...
Custom parameters aren't currently supported - we just have the list of essentially OpenAI parameters in the [docs here](https://microsoft.github.io/graphrag/config/yaml/). The introduction of LiteLLM does introduce a lot more possibility, but...
We are working on an injectable logger to help assess costs. In the meantime, here is a new article discussing GraphRAG costs: https://techcommunity.microsoft.com/t5/ai-azure-ai-services-blog/graphrag-costs-explained-what-you-need-to-know/ba-p/4207978
Closing this as a duplicate of #581
We have resolved several issues related to text encoding and JSON parsing that are rolled up into version [0.2.2](https://github.com/microsoft/graphrag/releases/tag/v0.2.2). Please try again with that version and re-open if this is...