mirror of
https://github.com/khoj-ai/khoj.git
synced 2024-11-23 15:38:55 +01:00
Fix langchain, tenacity versions
This commit is contained in:
parent
ce9c14f894
commit
a57e1e7a14
1 changed files with 3 additions and 3 deletions
|
@ -57,11 +57,11 @@ dependencies = [
|
|||
"torch == 2.2.2",
|
||||
"uvicorn == 0.17.6",
|
||||
"aiohttp ~= 3.9.0",
|
||||
"langchain <= 0.2.0",
|
||||
"langchain == 0.2.5",
|
||||
"langchain-openai == 0.1.7",
|
||||
"langchain-community == 0.0.27",
|
||||
"tenacity == 8.3.0",
|
||||
"langchain-community == 0.2.5",
|
||||
"requests >= 2.26.0",
|
||||
"tenacity == 8.3.0",
|
||||
"anyio == 3.7.1",
|
||||
"pymupdf >= 1.23.5",
|
||||
"django == 4.2.11",
|
||||
|
|
Loading…
Reference in a new issue