Introduction

What is PerseusGetting Started
Graph RAG Reporting

API Reference

Initialization
Configuration
Methods
Job
File
Ontology
JobStatus
FileStatus
OntologyStatus
Error Handling
Client/Models

Job

Represents a job with its ID, status, and whether it has stopped.

NameTypeDescription
idstrThe unique identifier of the job.
statusJobStatusThe current status of the job.
stoppedboolIndicates if the job has been stopped. Defaults to false.

Neo4j Service

The Neo4jService handles operations related to Neo4j.

File

Represents a file with its ID, name, status, and creation timestamp.