We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c41feda commit dc919c1Copy full SHA for dc919c1
libs/providers/langchain-ollama/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@langchain/ollama",
3
- "version": "0.2.3",
+ "version": "1.0.0",
4
"description": "Ollama integration for LangChain.js",
5
"author": "LangChain",
6
"license": "MIT",
@@ -34,7 +34,7 @@
34
"uuid": "^10.0.0"
35
},
36
"peerDependencies": {
37
- "@langchain/core": "^1.0.0-alpha.6"
+ "@langchain/core": "^1.0.0"
38
39
"devDependencies": {
40
"@jest/globals": "^29.5.0",
0 commit comments