Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +8 -1
requirements.txt
CHANGED
@@ -5,6 +5,7 @@ plotly==5.15.0
|
|
5 |
python-dateutil==2.8.2
|
6 |
numpy==1.24.3
|
7 |
|
|
|
8 |
# ↓ RAG / LLM 新增
|
9 |
torch>=2.0.0
|
10 |
transformers==4.42.0
|
@@ -17,4 +18,10 @@ faiss-cpu==1.7.4
|
|
17 |
langchain==0.1.12
|
18 |
langchain-community==0.0.36
|
19 |
tiktoken==0.5.2
|
20 |
-
python-dotenv==1.0.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5 |
python-dateutil==2.8.2
|
6 |
numpy==1.24.3
|
7 |
|
8 |
+
|
9 |
# ↓ RAG / LLM 新增
|
10 |
torch>=2.0.0
|
11 |
transformers==4.42.0
|
|
|
18 |
langchain==0.1.12
|
19 |
langchain-community==0.0.36
|
20 |
tiktoken==0.5.2
|
21 |
+
python-dotenv==1.0.0
|
22 |
+
|
23 |
+
transformers
|
24 |
+
torch
|
25 |
+
faiss-cpu
|
26 |
+
sentence-transformers
|
27 |
+
modelcontextprotocol>=1.12.4
|