Skip to content

Commit c47f986

Browse files
committed
bring back nvidia ai endpoints optional dependency
WIP
1 parent 6275178 commit c47f986

File tree

2 files changed

+33
-2
lines changed

2 files changed

+33
-2
lines changed

poetry.lock

Lines changed: 30 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ presidio-analyzer = { version = ">=2.2", optional = true, python = "<3.13" }
9797
presidio-anonymizer = { version = ">=2.2", optional = true, python = "<3.13" }
9898

9999
# nim
100+
langchain-nvidia-ai-endpoints = { version = ">= 0.2.0", optional = true }
100101

101102
# gpc
102103
google-cloud-language = { version = ">=2.14.0", optional = true }
@@ -110,6 +111,7 @@ eval = ["tqdm", "numpy", "streamlit", "tornado"]
110111
openai = ["langchain-openai"]
111112
gcp = ["google-cloud-language"]
112113
tracing = ["opentelemetry-api", "aiofiles"]
114+
nvidia = ["langchain-nvidia-ai-endpoints"]
113115
jailbreak = ["yara-python"]
114116
# Poetry does not support recursive dependencies, so we need to add all the dependencies here.
115117
# I also support their decision. There is no PEP for recursive dependencies, but it has been supported in pip since version 21.2.
@@ -124,6 +126,7 @@ all = [
124126
"google-cloud-language",
125127
"opentelemetry-api",
126128
"aiofiles",
129+
"langchain-nvidia-ai-endpoints",
127130
"yara-python",
128131
]
129132

0 commit comments

Comments
 (0)