Skip to content

Commit

Permalink
Update LangSmith version (langchain-ai#291)
Browse files Browse the repository at this point in the history
  • Loading branch information
hinthornw authored Mar 14, 2024
1 parent a07f8b5 commit 5c107a6
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 33 deletions.
1 change: 0 additions & 1 deletion backend/ingest.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
from langchain.indexes import SQLRecordManager, index
from langchain.text_splitter import RecursiveCharacterTextSplitter
from langchain.utils.html import PREFIXES_TO_IGNORE_REGEX, SUFFIXES_TO_IGNORE_REGEX
from langchain_community.embeddings import VoyageEmbeddings
from langchain_community.vectorstores import Weaviate
from langchain_core.embeddings import Embeddings
from langchain_openai import OpenAIEmbeddings
Expand Down
48 changes: 17 additions & 31 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 @@ -7,7 +7,8 @@ readme = "README.md"

[tool.poetry.dependencies]
python = "^3.10"
langchain = "^0.1.11"
langchain = "^0.1.12"
langsmith = "^0.1.25"
langchain-community = ">=0.0.27,<0.1"
langchain-openai = ">=0.0.8,<0.1"
langchain-google-genai = ">=0.0.6,<0.1"
Expand Down

0 comments on commit 5c107a6

Please sign in to comment.