We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbddee8 commit 841cc69Copy full SHA for 841cc69
1 file changed
requirements.txt
@@ -6,10 +6,12 @@ docx2txt>=0.9
6
epub2txt>=0.1.6
7
fastapi>=0.122.0
8
httpx>=0.28.1
9
-langchain>=0.3.27
10
-langchain-community>=0.3.21
11
-langchain-postgres>=0.0.16
12
-langchain-unstructured>=0.1.6
+# fix the langchain package versions to avoid long computation in pip dep resolution
+# langchain is stuck at <1.0.0 due to langhchain-unstructured not being updated yet
+langchain==0.3.27
+langchain-community==0.3.21
13
+langchain-postgres==0.0.16
14
+langchain-unstructured==0.1.6
15
llama_cpp_python>=0.3.16
16
msg-parser>=1.2.0
17
# fix it to the version before niquests
0 commit comments