Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +10 -2
requirements.txt
CHANGED
@@ -1,6 +1,14 @@
|
|
1 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
langchain==0.1.16
|
3 |
llama-cpp-python==0.2.64
|
4 |
sentence-transformers==2.6.1
|
5 |
faiss-cpu==1.8.0
|
6 |
-
|
|
|
|
|
|
1 |
+
# requirements.txt (最终稳定版 v2)
|
2 |
+
|
3 |
+
# 使用一个稳定且较新的Gradio 4.x版本
|
4 |
+
gradio==4.25.0
|
5 |
+
gradio_client==0.15.0
|
6 |
+
|
7 |
+
# 核心框架和它们的稳定版本
|
8 |
langchain==0.1.16
|
9 |
llama-cpp-python==0.2.64
|
10 |
sentence-transformers==2.6.1
|
11 |
faiss-cpu==1.8.0
|
12 |
+
huggingface_hub==0.22.2
|
13 |
+
langchain-community==0.0.32
|
14 |
+
pypdf
|