Troubleshooting
Graph Not Loading
- Ensure
output/entities.json,relationships.json,communities.json, andcommunity_reports.jsonexist - Check
/api/data/*endpoints return 200 - Retry indexing; watch logs for errors
Indexing Fails
- Verify
OPENAI_API_KEYin.env - Confirm GraphRAG installed:
pip install graphrag - Ensure PDFs were converted to
.txt(conversion is automatic on stream start)
Slow 3D Performance
- Reduce visible communities (use Isolator mode)
- Increase
minRelationshipWeightor filter entity types - Avoid extremely dense corpora for initial tests
Memory / Large Corpora
- Index in smaller batches (use Archives to segment datasets)
- Increase Node memory:
export NODE_OPTIONS=--max-old-space-size=8192
Embedding Mismatch Warnings (Chat)
- The stream will attempt fallbacks; check logs
- Re-run indexing with consistent embedding settings in
settings.yaml
Last updated on