mirror of
https://github.com/hwchase17/langchain.git
synced 2026-03-18 19:18:48 +00:00
langchain-ollama
This package contains the LangChain integration with Ollama
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>