Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +10 -9
requirements.txt
CHANGED
@@ -1,11 +1,12 @@
|
|
1 |
huggingface_hub==0.25.2
|
2 |
-
sentence-transformers
|
3 |
-
langchain
|
4 |
-
pypdf
|
5 |
-
python-dotenv
|
6 |
-
|
7 |
-
langchain-
|
8 |
-
|
9 |
-
|
10 |
-
|
|
|
11 |
ollama
|
|
|
1 |
huggingface_hub==0.25.2
|
2 |
+
sentence-transformers==3.4.1
|
3 |
+
langchain==0.3.17
|
4 |
+
pypdf==5.2.0
|
5 |
+
python-dotenv==1.0.1
|
6 |
+
langchain-community==0.3.16
|
7 |
+
langchain-experimental==0.3.4
|
8 |
+
gradio==5.14.0
|
9 |
+
unstructured==0.16.17
|
10 |
+
docx==0.2.4
|
11 |
+
faiss-cpu==1.10.0
|
12 |
ollama
|