mirror of
https://github.com/ArthurDanjou/ArtStudies.git
synced 2026-03-16 03:11:46 +01:00
Add langchain-mistralai dependency and update lock file
- Added langchain-mistralai version 1.1.1 to pyproject.toml dependencies. - Updated uv.lock to include langchain-mistralai package details and its dependencies.
This commit is contained in:
5897
M2/Natural Language Process/TP3 LLM with Langchain.ipynb
Normal file
5897
M2/Natural Language Process/TP3 LLM with Langchain.ipynb
Normal file
File diff suppressed because one or more lines are too long
@@ -22,6 +22,7 @@ dependencies = [
|
||||
"langchain-community>=0.4.1",
|
||||
"langchain-core>=1.2.6",
|
||||
"langchain-huggingface>=1.2.0",
|
||||
"langchain-mistralai>=1.1.1",
|
||||
"langchain-ollama>=1.0.1",
|
||||
"langchain-openai>=1.1.10",
|
||||
"langchain-text-splitters>=1.1.0",
|
||||
|
||||
18
uv.lock
generated
18
uv.lock
generated
@@ -1929,6 +1929,22 @@ wheels = [
|
||||
{ url = "https://files.pythonhosted.org/packages/81/ce/502157ef7390a31cc67e5873ad66e737a25d1d33fcf6936e5c9a0a451409/langchain_huggingface-1.2.0-py3-none-any.whl", hash = "sha256:0ff6a17d3eb36ce2304f446e3285c74b59358703e8f7916c15bfcf9ec7b57bf1", size = 30671, upload-time = "2025-12-12T22:19:50.023Z" },
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "langchain-mistralai"
|
||||
version = "1.1.1"
|
||||
source = { registry = "https://pypi.org/simple" }
|
||||
dependencies = [
|
||||
{ name = "httpx" },
|
||||
{ name = "httpx-sse" },
|
||||
{ name = "langchain-core" },
|
||||
{ name = "pydantic" },
|
||||
{ name = "tokenizers" },
|
||||
]
|
||||
sdist = { url = "https://files.pythonhosted.org/packages/a8/07/cdfcfed8dc680634ae470868aecb9ac48f953302b13c0bb119f6ee96e1be/langchain_mistralai-1.1.1.tar.gz", hash = "sha256:2430dd6c5e714252ce58bdf9453da4e1f2c694e239dde7e9c4d488a6d1ef2368", size = 143032, upload-time = "2025-12-12T22:11:54.594Z" }
|
||||
wheels = [
|
||||
{ url = "https://files.pythonhosted.org/packages/2f/96/67e029665e9c348a2f17d1a681dc139631a6d8241b7a8d8e6ee69ff70a4b/langchain_mistralai-1.1.1-py3-none-any.whl", hash = "sha256:47839fc69c879bad4ff60133f238c15574416c2dcd850121621a7e9de45800c1", size = 19439, upload-time = "2025-12-12T22:11:53.546Z" },
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "langchain-ollama"
|
||||
version = "1.0.1"
|
||||
@@ -4717,6 +4733,7 @@ dependencies = [
|
||||
{ name = "langchain-community" },
|
||||
{ name = "langchain-core" },
|
||||
{ name = "langchain-huggingface" },
|
||||
{ name = "langchain-mistralai" },
|
||||
{ name = "langchain-ollama" },
|
||||
{ name = "langchain-openai" },
|
||||
{ name = "langchain-text-splitters" },
|
||||
@@ -4777,6 +4794,7 @@ requires-dist = [
|
||||
{ name = "langchain-community", specifier = ">=0.4.1" },
|
||||
{ name = "langchain-core", specifier = ">=1.2.6" },
|
||||
{ name = "langchain-huggingface", specifier = ">=1.2.0" },
|
||||
{ name = "langchain-mistralai", specifier = ">=1.1.1" },
|
||||
{ name = "langchain-ollama", specifier = ">=1.0.1" },
|
||||
{ name = "langchain-openai", specifier = ">=1.1.10" },
|
||||
{ name = "langchain-text-splitters", specifier = ">=1.1.0" },
|
||||
|
||||
Reference in New Issue
Block a user