#83 · Primary category: LLM Application Frameworks
langchainrb
Build LLM-powered applications in Ruby
Project last updated:08/26/26
GitHub Stars
2.0K
Forks
265
Contributors
115
License
MIT
Why we included this project
Ruby shops that want LLM features without rebuilding their stack will find this one of the few mature options in the language. It wraps a long list of providers (Anthropic, OpenAI, Google Gemini, AWS Bedrock, Ollama, and more) behind a single Ruby interface, so swapping backends usually means changing one class instead of rewriting call sites. Beyond completions, it includes embeddings, vector search, RAG pipelines, output parsers, prompt management, and assistant-style chat bots, so a fairly complete application can come out of one gem. The companion Rails gem and a dedicated evaluation module give a real path toward production integration and testing. If your team is already on Ruby and just starting to figure out how to adopt LLM tooling, this is worth checking before you default to a Python service.
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