David Toth
David Toth
For those who are stuck after the **create_base_text_units** step with different error messages. - Open your project's cache/entity_extraction folder. - Take a look at any `chat_XXXX` file. - Your files...
@AlonsoGuevara Not sure why this issue was closed. I had several runs with no rate limit errors and received **unparseable** responses. Is the entity extraction failure being tracked somewhere we...
ValueError part of this issue is now probably solved by the better error handing since https://github.com/microsoft/graphrag/pull/532
Invalid formatting of the responses in the entity extraction step are still breaking the process. Another scenario the Entity delimiter being returned as `**##**` instead of the expected `##`. Again...