langchain-ollama
Installation
SKILL.md
LangChain Ollama Skill
Expert assistance for langchain-ollama: run local LLMs via Ollama with full LangChain integration — chat, completions, embeddings, tool calling, and structured output.
Install:
pip install -U langchain-ollama
# Pull a model: ollama pull llama3.1
# Linux: start server with `ollama serve` (Mac: runs automatically)
Reference: references/api.md (500 KB — full API reference).