#141 · Primary category: LLM Application Frameworks
kor
LLM(😽)
Project last updated:02/03/25
GitHub Stars
1.7K
Forks
93
Contributors
12
License
MIT
Why we included this project
Kor is a small Python library for pulling structured data out of free text with an LLM. You describe the fields you want and give a few examples; it builds the prompt, calls the model, and returns the parsed result as usable objects. That works well for extracting specific facts from documents like invoices or user requests, especially if you're on older models without native tool calling. It plugs into LangChain, so teams already using that stack can fold it into their extraction pipelines without much setup. The author is honest that this is a pragmatic wrapper rather than a polished product, so check whether your current chat model's built-in tool-calling support already does the job before reaching for it.
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