Skip to content

Latest commit

 

History

History
69 lines (55 loc) · 2.61 KB

File metadata and controls

69 lines (55 loc) · 2.61 KB

EleutherIA Documentation

Quick Links

Guide Description
Quick Start Get running in 5 minutes
Architecture System design and components
API Reference REST API documentation
Data Dictionary Database schema reference

For Developers

For Researchers

  • Methodology - Scholarly methodology, FAIR principles, citation standards

Architecture Deep Dives

The Three Packages

Each package can be installed independently:

pip install eleutheria-database   # Ancient texts corpus
pip install eleutheria-kg         # Knowledge graph framework
pip install eleutheria-graphrag   # Agentic RAG engine

See the Architecture Overview for how they work together.

Documentation Structure

docs/
├── INDEX.md                   # This file
├── CHANGELOG.md               # Version history
├── codemeta.json              # CodeMeta scholarly metadata
├── guides/
│   └── QUICK_START.md         # Getting started
├── architecture/
│   ├── OVERVIEW.md            # System design
│   ├── PAGEINDEX_V3.md        # GraphRAG pipeline spec
│   ├── graphrag-convergence.md
│   └── d3-graph/              # Graph visualization decisions
├── reference/
│   ├── API.md                 # REST API docs
│   └── DATA_DICTIONARY.md     # Database schema
├── development/
│   ├── SETUP.md               # Dev environment
│   └── agents.md              # Browser automation
├── academic/
│   └── METHODOLOGY.md         # Research methodology
├── examples/
│   ├── curl/                  # cURL examples
│   └── python/                # Python examples
├── plans/                     # Design documents (internal)
├── reports/                   # Audit reports (internal)
└── assets/                    # Images, posters