Releases: Addepto/graph_builder
Releases · Addepto/graph_builder
Graph Builder v0.1.0 – Initial Release
🚀 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