Exports
Take the graph with you
Stream RDF triples or JSON snapshots for downstream analytics. Each action hits the Graph-RAG API directly, with graceful fallbacks when endpoints are offline.
Export controls
Choose your format and the console will handle file streaming. RDF exports land as Turtle; JSON dumps mirror the backend payload.
Sample RDF snippet
@prefix neo: <http://neo4j.com/> . neo:GraphRAG neo:feeds neo:Superset . neo:GraphRAG neo:stores neo:Postgres .
Download endpoints
GET https://factumbackend-test.up.railway.app/export/rdf?download=1 GET https://factumbackend-test.up.railway.app/export/json?download=1