Skip to content

Releases: Addepto/graph_builder

Graph Builder v0.1.0 – Initial Release

10 Sep 06:13
f420ac1

Choose a tag to compare

🚀 Highlights

  • First open-source release of ContextClue – Graph Builder.
  • Extract structured knowledge graphs from PDFs and tables.
  • Configurable extraction (headers, entity labels, relationship types).
  • FastAPI backend with Docker support.
  • Example Jupyter notebook included (examples/example1.ipynb).

📦 Installation

  • Requires Python 3.12+
  • Install with Poetry:
    poetry install
    

🌐 FastAPI Service

Run with Docker Compose:

docker compose build
docker compose up