#100 · Primary category: LLM Application Frameworks
langchain
Elixir implementation of a LangChain style framework that lets Elixir projects integrate with and leverage LLMs.
Project last updated:08/26/26
GitHub Stars
1.2K
Forks
214
Contributors
95
License
Other
Why we included this project
Elixir and Phoenix teams that want to talk to large language models from their existing BEAM applications will find a purpose-built fit here. It is a native Elixir take on the LangChain idea, so you add it as a library rather than standing up a separate Python or JavaScript service. Adapters cover a wide range of providers, including OpenAI, Anthropic Claude, Google Gemini, xAI Grok, Ollama for local models, and Bumblebee for fully self-hosted inference, with a generic ReqLLM adapter that reaches many more. Beyond plain chat calls, it provides the abstractions that make LLM features workable in production: chaining steps together, tool and function calling so a model can act on its environment, structured output, and hooks into external data sources. That makes it a practical choice whether you are adding a chat endpoint, building an agent that takes actions, or connecting a retrieval step into an existing Elixir service, and the building blocks stay consistent with the rest of your codebase.
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