mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-10 05:39:11 +00:00
Fix langchain, tenacity versions
This commit is contained in:
@@ -57,11 +57,11 @@ dependencies = [
|
|||||||
"torch == 2.2.2",
|
"torch == 2.2.2",
|
||||||
"uvicorn == 0.17.6",
|
"uvicorn == 0.17.6",
|
||||||
"aiohttp ~= 3.9.0",
|
"aiohttp ~= 3.9.0",
|
||||||
"langchain <= 0.2.0",
|
"langchain == 0.2.5",
|
||||||
"langchain-openai == 0.1.7",
|
"langchain-openai == 0.1.7",
|
||||||
"langchain-community == 0.0.27",
|
"langchain-community == 0.2.5",
|
||||||
"tenacity == 8.3.0",
|
|
||||||
"requests >= 2.26.0",
|
"requests >= 2.26.0",
|
||||||
|
"tenacity == 8.3.0",
|
||||||
"anyio == 3.7.1",
|
"anyio == 3.7.1",
|
||||||
"pymupdf >= 1.23.5",
|
"pymupdf >= 1.23.5",
|
||||||
"django == 4.2.11",
|
"django == 4.2.11",
|
||||||
|
|||||||
Reference in New Issue
Block a user