lotus-data/lotus
Optimized Agentic and LLM Bulk Processing Over Your Data observed · 2026-08-28
Health v2 · maintenance only
83/100
- Activity 90
- Release rhythm 91
- Longevity 55
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 18
- age_days: 778
- days_rel: 61
- days_push: 61
- n_releases_24m: 8
Adoption not part of the score
1661 stars · 151 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
LOTUS is a Python library providing a Pandas-like API of LLM-powered semantic operators (map, filter, extract, aggregate, top-k) for bulk processing structured and unstructured datasets with agents and LLMs. It optimizes these declarative operations for higher accuracy and lower cost, with reported speedups up to 400x.
Use cases
- classify or filter thousands of documents with natural language criteria
- extract structured fields from unstructured text at scale
- run an agent over every file in a codebase and summarize results
- build RAG pipelines over a document corpus
- score model outputs row by row with LLM-as-judge evals
- mine agent logs for failure modes
- fan out deep research over many papers and synthesize findings
When to choose
- you need to apply LLM reasoning across a large dataset or document collection
- you want a Pandas-like declarative API instead of writing per-row LLM prompts
- cost and latency of naive LLM bulk processing are too high
- you want to combine structured and unstructured data in one query pipeline
When to avoid
- you need simple single-prompt LLM calls without bulk dataset operations
- your data is small enough that direct API calls suffice
- you need a no-code GUI tool rather than a Python library
- you require strict deterministic transformations with no LLM nondeterminism
Facets
library · maturity active
machine-learning llm-inference rag etl data-science agent-framework search-engine large-language-models data-science python semantic-operators pandas llm-data-processing query-engine unstructured-data declarative-programming data-engineering natural-language-processing retrieval-augmented-generation ai-agents
2 sources
- readme: https://github.com/lotus-data/lotus · fetched 2026-08-28 · 71d37646986a
- homepage: https://lotus-data.github.io · fetched 2026-08-29 · 2f04d362eac0
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| lotus-data/lotus | main | 83 |
For agents
markdown · JSON · MCP: product_card(name="lotus-data/lotus")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem