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 a8c8446
Show file tree
Hide file tree
Showing 2 changed files with 85 additions and 1 deletion.
85 changes: 84 additions & 1 deletion poetry.lock

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

1 change: 1 addition & 0 deletions 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 Down

0 comments on commit a8c8446

Please sign in to comment.