Skip to content

Commit 966a43e

Browse files
committed
remove langchain-community dep
1 parent 84e84a9 commit 966a43e

File tree

2 files changed

+8
-105
lines changed

2 files changed

+8
-105
lines changed

poetry.lock

Lines changed: 7 additions & 103 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ avro = { version = ">=1.11.2,<1.13.0", optional = true } # TODO: Move into dev
6565
cohere = { version = ">=4.21,<6.0.0", optional = true }
6666
fastavro = { version = ">=1.11.0,<2.0.0", optional = true }
6767
langchain = { version = "^0.3.0", optional = true }
68-
langchain_community = { version = "^0.3.0", optional = true }
6968
langchain_core = { version = "^0.3.0", optional = true }
7069
markdown = { version = "*", optional = true } # TODO: Remove if unused
7170
openai = { version = "0.27.9", extras = ["embeddings"], optional = true } # Used indirectly by langchain library
@@ -122,7 +121,7 @@ dagger-io = "0.19.0"
122121

123122
[tool.poetry.extras]
124123
file-based = ["avro", "fastavro", "pyarrow", "unstructured", "pdf2image", "pdfminer.six", "unstructured.pytesseract", "pytesseract", "markdown", "python-calamine", "python-snappy"]
125-
vector-db-based = ["langchain", "langchain_community", "langchain_core", "openai", "cohere", "tiktoken"]
124+
vector-db-based = ["langchain", "langchain_core", "openai", "cohere", "tiktoken"]
126125
sql = ["sqlalchemy"]
127126
dev = ["pytest"]
128127
manifest-server = ["fastapi", "uvicorn", "ddtrace"]

0 commit comments

Comments
 (0)