Skip to content

Commit

Permalink
updated lnagchain
Browse files Browse the repository at this point in the history
  • Loading branch information
tmbo committed Sep 19, 2023
1 parent 87e2858 commit 2fdba86
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ portalocker = "^2.7.0"
pypred = "^0.4.0"
structlog = "^23.1.0"
structlog-sentry = "^2.0.2"
langchain = "^0.0.223"
langchain = "^0.0.294"
jinja2 = "^3.0.0"
openai = "^0.27.8"
dnspython = "2.3.0"
Expand Down
2 changes: 1 addition & 1 deletion rasa/shared/utils/llm.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import warnings

import structlog
from langchain.embeddings.base import Embeddings
from langchain.schema.embeddings import Embeddings
from langchain.llms.base import BaseLLM
from langchain.llms.loading import load_llm_from_config
from langchain.cache import SQLiteCache
Expand Down

0 comments on commit 2fdba86

Please sign in to comment.