Skip to content

Graph Builder v0.1.0 – Initial Release

Latest

Choose a tag to compare

@EdwinAddepto EdwinAddepto released this 10 Sep 06:13
· 5 commits to main since this release
f420ac1

🚀 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