ollama: update tests, docs (#31736)

- docs: for the Ollama notebooks, improve the specificity of some links,
add `homebrew` install info, update some wording
- tests: reduce number of local models needed to run in half from 4 → 2
(shedding 8gb of required installs)
- bump deps (non-breaking) in anticipation of upcoming "thinking" PR
This commit is contained in:
Mason Daugherty
2025-06-25 16:13:20 -04:00
committed by GitHub
parent a1f3147989
commit 2fb27b63f5
10 changed files with 127 additions and 97 deletions

View File

@@ -7,8 +7,8 @@ authors = []
license = { text = "MIT" }
requires-python = ">=3.9"
dependencies = [
"ollama>=0.4.8,<1.0.0",
"langchain-core<1.0.0,>=0.3.60",
"ollama>=0.5.1,<1.0.0",
"langchain-core<1.0.0,>=0.3.66",
]
name = "langchain-ollama"
version = "0.3.3"