You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hyper-Extract is an intelligent, LLM-powered knowledge extraction and evolution framework. It radically simplifies transforming highly unstructured texts into persistent, predictable, and strongly-typed **Knowledge Abstracts**. It effortlessly extracts information into a wide spectrum of formats—ranging from simple **Collections** (Lists/Sets) and **Pydantic Models**, to complex **Knowledge Graphs**, **Hypergraphs**, and even **Spatio-Temporal Graphs**.
35
36
37
+
## 📑 Table of Contents
38
+
39
+
-[Core Features](#-core-features)
40
+
-[Quick Start](#-quick-start)
41
+
-[CLI](#2-the-command-line-way)
42
+
-[Python API](#-the-python-api-way)
43
+
-[The 8 Auto-Types](#-deep-dive-the-8-auto-types)
44
+
-[Architecture](#-architecture-overview)
45
+
-[Comparison](#-comparison-with-other-libraries)
46
+
-[Documentation](#-related-documentation)
47
+
36
48
## ✨ Core Features
37
49
38
50
- 🔷 **8 Auto-Types:** From basic `AutoModel`/`AutoList` to advanced `AutoGraph`, `AutoHypergraph`, and `AutoSpatioTemporalGraph`.
@@ -46,8 +58,16 @@ Hyper-Extract is an intelligent, LLM-powered knowledge extraction and evolution
0 commit comments