Skip to content

Commit e9c1e95

Browse files
authored
Add explicit dep for langchain-community (#132)
* Add explicit dep for langchain-community * Add explicit dep for langchain-community
1 parent 8b2be37 commit e9c1e95

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ unstructured = "^0.10"
1717
llama-index = { version = "0.9.14", extras = ["langchain"] }
1818
langchain = { version = "0.0.349", extras = ["openai"] }
1919
langchain-core = "0.0.13"
20+
langchain-community = "0.0.1"
2021

2122
[tool.poetry.group.test.dependencies]
2223
pytest = "*"

ragstack-e2e-tests/pyproject.langchain.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ beautifulsoup4 = "^4"
2121

2222
langchain = { git = "https://github.com/langchain-ai/langchain.git", branch = "master", subdirectory = "libs/langchain", extras = ["openai"] }
2323
langchain_core = { git = "https://github.com/langchain-ai/langchain.git", branch = "master", subdirectory = "libs/core" }
24+
langchain_community = { git = "https://github.com/langchain-ai/langchain.git", branch = "master", subdirectory = "libs/community" }
2425
llama-index = { version = "0.9.14", extras = ["langchain"] }
2526
astrapy = "^0.6"
2627
cassio = "^0.1"

ragstack-e2e-tests/pyproject.llamaindex.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ llama-index = { git = "https://github.com/run-llama/llama_index.git", branch = "
2323

2424
langchain = { version = "0.0.349", extras = ["openai"] }
2525
langchain-core = "0.0.13"
26+
langchain-community = "0.0.1"
2627
astrapy = "^0.6"
2728
cassio = "^0.1"
2829

0 commit comments

Comments
 (0)