fix: 固定langchain版本 (#840)
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run

This commit is contained in:
shaohuzhang1 2024-07-23 13:37:54 +08:00 committed by GitHub
parent 7dc2b16d1a
commit 203c3e5cde
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,8 +11,8 @@ django = "4.2.14"
djangorestframework = "^3.15.2"
drf-yasg = "1.21.7"
django-filter = "23.2"
langchain = "^0.2.3"
langchain_community = "^0.2.3"
langchain = "0.2.3"
langchain_community = "0.2.3"
langchain-huggingface = "^0.0.3"
psycopg2-binary = "2.9.7"
jieba = "^0.42.1"