Nathan Evans
Nathan Evans
Consolidating alternate model issues here: #657
Consolidating alternate model issues here: https://github.com/microsoft/graphrag/issues/657
As @IdaWoods notes, you can optionally turn on covariates. We leave them off by default because they tend to take quite a bit of prompt tuning. Search should ignore if...
This is by design. It's not explicitly a caching issue (your key is not written to the cache), but is _related_ to the cache and to threading. We use a...
We haven't found a better way to manage this without disruptive architecture changes, so I'm going to close the issue. The primary issue is the registration of model instances by...
We commonly see this failure due to incorrectly configured models, especially if running a non-OpenAI model that doesn't map correctly. Routing to #657 for community support.
Is this happening when running global search? We have checks in place to filter out any community responses that the LLM deems low-relevance, which can sometimes mean no relevant summaries...
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...
GraphRAG doesn't currently have any facility to decide which query method is best for your question. As a general rule, global search is better for high-level thematic questions, and local...
Consolidating alternate model issues here: #657