v0.5.0: Ontology Hub, Distance Intelligence, Parquet & XML ingestion, 12 security fixes. What’s new →
Install
Full Pipeline
Extract Entities & Relationships
Identify named entities and extract typed relationships between them.
Build the Knowledge Graph
Assemble extracted entities and relationships into a queryable knowledge graph.
merge_entities=True automatically resolves duplicate entity references: “Apple”, “Apple Inc.”, “AAPL”: using semantic similarity. No manual deduplication needed.Visualize
Render an interactive, zoomable knowledge graph in the browser.Open
graph.html in any browser: pan, zoom, click nodes for details, filter by entity type.Add Decision Intelligence
Track every agent decision with full causal chains and provenance: one extra import:Common Patterns
Process raw text directly: no file needed
Process raw text directly: no file needed
Multi-source incremental graph build
Multi-source incremental graph build
Temporal knowledge graph with point-in-time queries
Temporal knowledge graph with point-in-time queries
Persistent graph store: Neo4j, FalkorDB, Apache AGE
Persistent graph store: Neo4j, FalkorDB, Apache AGE
Full provenance pipeline: W3C PROV-O
Full provenance pipeline: W3C PROV-O
Troubleshooting
No entities extracted
No entities extracted
The document likely contains scanned images rather than machine-readable text. Enable OCR:
Slow processing on large corpora
Slow processing on large corpora
Enable parallel processing and GPU acceleration:
Memory errors on large graphs
Memory errors on large graphs
Switch from in-memory NetworkX to a persistent backend:
NER falls back to pattern mode on enterprise gateway
NER falls back to pattern mode on enterprise gateway
Fixed in v0.5.0. Upgrade:
Next Steps
Core Concepts
Knowledge graphs, ontologies, reasoning engines: the mental model behind Semantica.
Module Reference
Every module explained with key classes and common chains.
API Reference
Complete documentation for every module, class, and parameter.
Cookbook
40+ interactive Jupyter notebooks with real-world datasets.
