Skip to content

Commit c55957d

Browse files
authored
Fix langchain-nvidia git repo (#315)
1 parent c90d88f commit c55957d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ragstack-e2e-tests/pyproject.langchain.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ langchain_community = { git = "https://github.com/langchain-ai/langchain.git", b
3232
langchain-openai = { git = "https://github.com/langchain-ai/langchain.git", branch = "master", subdirectory = "libs/partners/openai" }
3333
langchain-google-genai = { git = "https://github.com/langchain-ai/langchain-google.git", branch = "main", subdirectory = "libs/genai" }
3434
langchain-google-vertexai = { git = "https://github.com/langchain-ai/langchain-google.git", branch = "main", subdirectory = "libs/vertexai" }
35-
langchain-nvidia-ai-endpoints = { git = "https://github.com/langchain-ai/langchain.git", branch = "master", subdirectory = "libs/partners/nvidia-ai-endpoints" }
35+
langchain-nvidia-ai-endpoints = { git = "https://github.com/langchain-ai/langchain-nvidia.git", branch = "main", subdirectory = "libs/ai-endpoints" }
3636
llama-index = { version = "0.9.48", extras = ["langchain"] }
3737
llama-parse = { version = "0.1.4" }
3838
astrapy = "~0.7.0"

0 commit comments

Comments
 (0)