Skip to content

Commit

Permalink
➕ add langchain-community dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
ajndkr committed Jun 24, 2024
1 parent 241f632 commit 7a60e24
Show file tree
Hide file tree
Showing 2 changed files with 87 additions and 3 deletions.
87 changes: 85 additions & 2 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ websockets = "<12.0"
openai = {version = "^1", optional = true}
tiktoken = {version = "^0.4.0", optional = true}
langchain = {version = "<0.3", optional = true}
langchain-community = {version = "<0.3", optional = true}

[tool.poetry.group.dev.dependencies]
pre-commit = "^3.3.3"
Expand All @@ -47,7 +48,7 @@ gradio = "^4.7.1"

[tool.poetry.extras]
openai = ["openai", "tiktoken"]
langchain = ["langchain"]
langchain = ["langchain", "langchain-community"]

[build-system]
requires = ["poetry-core"]
Expand Down

0 comments on commit 7a60e24

Please sign in to comment.