langchain-ollama1.0.0
langchain-ollama1.0.0
Published
An integration package connecting Ollama and LangChain
pip install langchain-ollama
Package Downloads
Authors
Requires Python
<4.0.0,>=3.10.0
Dependencies
langchain-ollama
Looking for the JS/TS version? Check out LangChain.js.
Quick Install
pip install langchain-ollama
🤔 What is this?
This package contains the LangChain integration with Ollama
📖 Documentation
View the documentation for more details.
Development
Running Tests
To run integration tests (make integration_tests), you will need the following models installed in your Ollama server:
llama3.1deepseek-r1:1.5bgpt-oss:20b
Install these models by running:
ollama pull <name-of-model>