add langchain support (#1750)

This commit is contained in:
LawyZheng
2025-02-10 16:03:57 +08:00
committed by GitHub
parent 8eb1efb762
commit 7956c7c1e5
5 changed files with 362 additions and 58 deletions

View File

@@ -54,6 +54,7 @@ pyotp = "^2.9.0"
asyncpg = "^0.30.0"
json-repair = "^0.34.0"
pypdf = "^5.1.0"
langchain = "^0.3.18"
[tool.poetry.group.dev.dependencies]
isort = "^5.13.2"