chore: bump ollama SDK from 0.5.10 to 0.6.3 (#4977)

upgrade ollama in server to latest (0.6.3)
This commit is contained in:
Marcello Fitton 2026-02-09 15:34:31 -08:00 committed by GitHub
parent 4a61008b72
commit 1f93753058
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 9 additions and 2 deletions

View File

@ -68,7 +68,7 @@
"mssql": "^10.0.2",
"multer": "2.0.0",
"mysql2": "^3.9.8",
"ollama": "^0.5.10",
"ollama": "^0.6.3",
"openai": "4.95.1",
"pg": "^8.11.5",
"pinecone-client": "^1.1.0",

View File

@ -7181,13 +7181,20 @@ object.values@^1.1.6, object.values@^1.1.7:
define-properties "^1.2.1"
es-object-atoms "^1.0.0"
ollama@^0.5.0, ollama@^0.5.10:
ollama@^0.5.0:
version "0.5.12"
resolved "https://registry.npmjs.org/ollama/-/ollama-0.5.12.tgz"
integrity sha512-flVH1fn1c9NF7VV3bW9kSu0E+bYc40b4DxL/gS2Debhao35osJFRDiPOj9sIWTMvcyj78Paw1OuhfIe7uhDWfQ==
dependencies:
whatwg-fetch "^3.6.20"
ollama@^0.6.3:
version "0.6.3"
resolved "https://registry.yarnpkg.com/ollama/-/ollama-0.6.3.tgz#b188573dd0ccb3b4759c1f8fa85067cb17f6673c"
integrity sha512-KEWEhIqE5wtfzEIZbDCLH51VFZ6Z3ZSa6sIOg/E/tBV8S51flyqBOXi+bRxlOYKDf8i327zG9eSTb8IJxvm3Zg==
dependencies:
whatwg-fetch "^3.6.20"
on-finished@2.4.1, on-finished@^2.4.1, on-finished@~2.4.1:
version "2.4.1"
resolved "https://registry.npmjs.org/on-finished/-/on-finished-2.4.1.tgz"