Hybrid Graph-NLP Infrastructure

Map unstructured data to actionable intelligence.

The open-source pipeline that runs NER, relationship extraction, and GNN sentiment propagation over raw documents.

pip install graphnlp-intel
See how it works
5 domains 3 lines to run ∞ formats

The Intelligence Pipeline

01

Ingestion

Parses emails, CSVs, and PDFs into coherent document streams.

TextChunker · EmailParser
02

Extraction

Finds entities and SVO relationships via zero-shot models.

spaCy · HuggingFace
03

Graph build

Merges mentions via cosine similarity over SBERT embeddings.

NetworkX · SONAR
04

GNN

Propagates localized sentiment across the network topology.

PyTorch Geometric (GAT)
05

Output

Persists to Neo4j, triggers webhooks, serves D3 data.

FastAPI · Neo4j · Celery
from graphnlp import Pipeline

pipe = Pipeline(domain='finance')
graph = pipe.run('inbox.eml')

graph.visualize('output.html')
graph.summary()

# → {clusters: [...], merchants: [...], sentiment: {...}}
2.1s avg pipeline time
98% ner precision
50k docs/day free
12+ entity types
knowledge graph — output.html

Contextual Use Cases

💳

Finance & Banking

Parse raw bank emails to build a merchant relationship graph. Detect spend clusters, hidden subscriptions, and macro expense trends automatically.

💬

Customer Intelligence

Ingest reviews and support tickets. Run GNN sentiment propagation to map how negative feedback on one feature impacts the perception of others.

🖥️

IT Operations

Consume unstructured incident logs to assemble service dependency graphs. Detect cascade failures and route P0 alerts dynamically.

🔬

Research & Publishing

Process scientific papers or earnings calls with SONAR multilingual embeddings to map entity co-citation clusters across languages.

Transparent Architecture

Open Source
Free
Run it yourself locally
  • Apache 2.0 license
  • Self-hosted containers
  • All domain adapters
  • Typer CLI included
Clone Repo
Custom NER
$800-2k
One-time model engineering
  • Fine-tune NER pipeline
  • Custom entity schemas
  • HuggingFace delivery
  • Full evaluation report
Request build
Enterprise
$8k+
Bespoke integrations
  • Kafka streaming engine
  • Interactive React dashboard
  • Custom alerting SLA
  • White-label endpoints
Contact sales

Tell us about your data