mirror of
https://github.com/rzmk/learnhouse.git
synced 2025-12-19 04:19:25 +00:00
fix: go back to langchain 0.1.7
This commit is contained in:
parent
66e317e0e8
commit
ea9fd7c8b2
4 changed files with 10 additions and 9 deletions
|
|
@ -13,9 +13,9 @@ dependencies = [
|
|||
"fastapi>=0.115.0",
|
||||
"fastapi-jwt-auth>=0.5.0",
|
||||
"httpx>=0.27.0",
|
||||
"langchain>=0.2.0",
|
||||
"langchain-community>=0.2.0",
|
||||
"langchain-openai>=0.1.7",
|
||||
"langchain>=0.1.7",
|
||||
"langchain-community>=0.0.20",
|
||||
"langchain-openai>=0.0.6",
|
||||
"openai>=1.50.2",
|
||||
"passlib>=1.7.4",
|
||||
"psycopg2-binary>=2.9.9",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue