mirror of
https://github.com/hwchase17/langchain.git
synced 2026-06-09 10:17:00 +00:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user