Skip to content

Commit

Permalink
Updates dependencies, imports
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonWeill committed Jan 9, 2024
1 parent 40563cd commit c4f6182
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
Field,
MultiEnvAuthStrategy,
)
from langchain.embeddings import (
from langchain_community.embeddings import (
BedrockEmbeddings,
CohereEmbeddings,
GPT4AllEmbeddings,
Expand Down
1 change: 1 addition & 0 deletions packages/jupyter-ai-magics/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ dependencies = [
"importlib_metadata>=5.2.0",
"langchain>=0.1.0,<=0.2",
"langchain-core>=0.1.7,<0.2",
"langchain-community>=0.0.10,<0.1",
"typing_extensions>=4.5.0",
"click~=8.0",
"jsonpath-ng>=1.5.3,<2",
Expand Down
2 changes: 0 additions & 2 deletions packages/jupyter-ai/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ dependencies = [
"jupyterlab~=4.0",
"aiosqlite>=0.18",
"importlib_metadata>=5.2.0",
"langchain>=0.1.0,<=0.2",
"langchain-core>=0.1.7,<0.2",
"tiktoken", # required for OpenAIEmbeddings
"jupyter_ai_magics",
"dask[distributed]",
Expand Down

0 comments on commit c4f6182

Please sign in to comment.