#109 · Primary category: LLM Application Frameworks
contextgem
ContextGem: Effortless LLM extraction from documents
Project last updated:08/13/26
GitHub Stars
2.0K
Forks
184
Contributors
4
License
Apache-2.0
Why we included this project
Most extraction tools either return free-form summaries or force you to hand-write prompts and parsing code for every document type. ContextGem takes a different route: you define 'aspects' for the specific sections you want pulled out, such as clauses or terms in a contract, and 'concepts' for the concrete fields you want inferred, like dates, numbers, or labels. These pieces chain into reusable pipelines, so the same extraction logic runs consistently across a whole batch of files, which matters for legal and financial work where the format varies but the fields you need do not. It works with cloud LLM providers and local models, and the project offers practical guidance on tuning accuracy against cost and latency. For engineers who want dependable typed output without reinventing extraction logic for each new document type, it is a solid fit.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
langchain
The agent engineering platform.
dify
Build Agentic workflows, RAG pipelines, with rich AI model and tool support on one collaborative workspace. Deploy on cloud, VPC, or self-hosted, so teams move from prototype to production without rebuilding the stack.
headroom
Compress tool outputs, logs, files, and RAG chunks before they reach the LLM. 20% fewer tokens for coding agents, 60-95% fewer tokens for JSON, same answers. Library, proxy, MCP server.
litellm
The fastest, litest AI Gateway. Rust core with Python SDK. Call 100+ LLM APIs in OpenAI (or native) format with cost tracking, guardrails, load balancing, and logging [Bedrock, Azure, OpenAI, Anthropic, OpenAI, VertexAI, vLLM, Nvidia NIM]
llama_index
LlamaIndex is the leading document agent and OCR platform