mirror of
https://github.com/khoj-ai/khoj.git
synced 2024-11-23 23:48:56 +01:00
Fix more packages related to langchain in the pyproject.toml
This commit is contained in:
parent
ba0187798a
commit
ce9c14f894
1 changed files with 2 additions and 1 deletions
|
@ -58,8 +58,9 @@ dependencies = [
|
||||||
"uvicorn == 0.17.6",
|
"uvicorn == 0.17.6",
|
||||||
"aiohttp ~= 3.9.0",
|
"aiohttp ~= 3.9.0",
|
||||||
"langchain <= 0.2.0",
|
"langchain <= 0.2.0",
|
||||||
"langchain-openai >= 0.0.5",
|
"langchain-openai == 0.1.7",
|
||||||
"langchain-community == 0.0.27",
|
"langchain-community == 0.0.27",
|
||||||
|
"tenacity == 8.3.0",
|
||||||
"requests >= 2.26.0",
|
"requests >= 2.26.0",
|
||||||
"anyio == 3.7.1",
|
"anyio == 3.7.1",
|
||||||
"pymupdf >= 1.23.5",
|
"pymupdf >= 1.23.5",
|
||||||
|
|
Loading…
Reference in a new issue