Skip to Content
DocsData & Outputs

Data & Outputs

Directories

  • input/: Uploaded .pdf and .txt files. PDFs may be moved to input/_pdfs after conversion.
  • output/: Indexed artifacts and JSONs used by the UI
  • archives/: Snapshots of prior working sets
  • cache/: GraphRAG cache storage
  • logs/: GraphRAG reporting logs
  • logs_history.log: Aggregated terminal logs from index runs

JSON Files

Written under output/ after indexing and parquet→JSON conversion:

  • entities.json
  • relationships.json
  • communities.json
  • community_reports.json

Additional files (if present):

  • stats.json: counts and last index time
  • uploads.json: dataset registry (status, timestamps)
  • kg.json: friendly name for the current working graph
Last updated on