Skip to main content

Research Preparation Subgraph

This page explains the details of the Research Preparation Subgraph.

Overview

The Research Preparation Subgraph is a component responsible for the research preparation process.

Features

  • Main feature 1
  • Main feature 2
  • Main feature 3

Usage

To use the ResearchPreparationSubgraph module:

from researchgraph.research_preparation_subgraph.research_preparation_subgraph import ResearchPreparationSubgraph

preparer = ResearchPreparationSubgraph(
github_repository=github_repository,
branch_name=branch_name,
device_type="gpu",
organization="auto-res2",
)

result = preparer.run()
print(result)

API

Details about the API provided by the Research Preparation Subgraph are under preparation.