jxnl/instructor-rb
Structured outputs for LLMs
This tool helps Ruby developers reliably extract specific, structured data from large language model (LLM) responses. You feed it unstructured text and define the exact data fields you need (like a user's name and age), and it ensures the LLM returns that information in the correct format. It's designed for Ruby developers building applications that integrate LLMs and require precise data outputs.
No commits in the last 6 months.
Use this if you are a Ruby developer building LLM-powered applications and need to reliably get structured data, like JSON objects, from unstructured text generated by an LLM.
Not ideal if you are not a Ruby developer or if your primary need is basic text generation without strict requirements for structured output.
Stars
88
Forks
8
Language
Ruby
License
MIT
Category
Last pushed
May 15, 2025
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/llm-tools/jxnl/instructor-rb"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
Ahoo-Wang/fetcher
Fetcher is not just another HTTP client—it's a complete ecosystem designed for modern web...
eric-tramel/slop-guard
Slop Scoring to Stop Slop
arena-ai/structured-logprobs
OpenAI's Structured Outputs with Logprobs
567-labs/instructor-js
structured extraction for llms
martosaur/instructor_lite
Structured outputs for LLMs in Elixir