Skip to content

Commit

Permalink
Install langchain anthropic
Browse files Browse the repository at this point in the history
  • Loading branch information
SmittieC committed Apr 16, 2024
1 parent 9ff414c commit ce94ee7
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
1 change: 1 addition & 0 deletions requirements/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ tenacity
whitenoise[brotli]
langchain
langchain-openai
langchain-anthropic
Markdown
# unstructured # langchain loaders
# chromadb # langchain queries
Expand Down
13 changes: 10 additions & 3 deletions requirements/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,10 @@ amqp==5.2.0
# via kombu
annotated-types==0.6.0
# via pydantic
anthropic==0.10.0
# via -r requirements/requirements.in
anthropic==0.25.2
# via
# -r requirements/requirements.in
# langchain-anthropic
anyio==3.7.1
# via
# anthropic
Expand Down Expand Up @@ -96,7 +98,9 @@ dataclasses-json==0.6.2
# langchain
# langchain-community
defusedxml==0.7.1
# via python3-openid
# via
# langchain-anthropic
# python3-openid
distro==1.8.0
# via
# anthropic
Expand Down Expand Up @@ -216,11 +220,14 @@ kombu==5.3.3
# via celery
langchain==0.1.16
# via -r requirements/requirements.in
langchain-anthropic==0.1.8
# via -r requirements/requirements.in
langchain-community==0.0.32
# via langchain
langchain-core==0.1.42
# via
# langchain
# langchain-anthropic
# langchain-community
# langchain-openai
# langchain-text-splitters
Expand Down

0 comments on commit ce94ee7

Please sign in to comment.