GraphCanon updated Sep 15, 2026 · GitHub synced Sep 15, 2026
46views this month
Decision brief
Docetl is an agentic system that employs large language models for data processing and ETL operations, specifically suited to handle unstructured document analysis tasks.
Good fit when
- When you require integration with any LLM provider through API keys like OPENAI_API_KEY.
- For tasks that involve complex parsing and analysis of unstructured data across multiple documents.
Avoid when
- If your project strictly requires low-latency processing for real-time applications, as Docetl's agentic approach might introduce higher latency due to backend API calls.
- In scenarios where the document datasets are predominantly structured or semi-structured, making traditional ETL tools more efficient.
Observed Jul 16, 2026 · Source: enrich:decision_facts
Verify the decision
Maintenance and security
Full trust report- Maintenance
- Active (9d since push)
- As of Sep 15, 2026
- Provenance
- Not a fork · Organization account
- As of Sep 15, 2026
- Security (OSV)
- No lockfile
- As of Jul 15, 2026
Public GitHub metadata and optional OSV scans. Signals, not a guarantee. Trust methodology.
Install
pip install docetl PyPISimilar tools
Same-category neighbours. No typed graph edges are catalogued for this tool yet.
Evidence and technical details
Sourced facts, taxonomy, compatibility claims, README excerpt, and machine-readable endpoints.
Overview
Docetl is an agentic tool that leverages large language models to process unstructured data, perform ETL operations, and analyze documents.
Capability facts
- Deploy
- Self-host
Source: dockerfile:Dockerfile · Sep 15, 2026
- Docker
- Dockerfile present
Source: dockerfile:Dockerfile · Sep 15, 2026
- CLI
- CLI entrypoint
Source: pyproject.toml:[project.scripts] · Sep 15, 2026
- Languages
- python
Source: github.language+pyproject.toml · Sep 15, 2026
Categories
Compatibility
Sourced claims from the README excerpt - not unsourced marketing copy.
Tags
README
Install
For agents
This page has a .md twin and JSON over the API.