Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +7 -10
requirements.txt
CHANGED
|
@@ -1,23 +1,20 @@
|
|
|
|
|
| 1 |
streamlit==1.28.0
|
| 2 |
pandas==2.0.3
|
| 3 |
plotly==5.15.0
|
| 4 |
python-dateutil==2.8.2
|
| 5 |
numpy==1.24.3
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
sentence-transformers==2.2.2
|
| 9 |
torch>=2.0.0
|
|
|
|
|
|
|
|
|
|
| 10 |
|
| 11 |
-
|
| 12 |
faiss-cpu==1.7.4
|
| 13 |
|
| 14 |
-
# RAG 與檔案讀取
|
| 15 |
langchain==0.1.12
|
| 16 |
langchain-community==0.0.36
|
| 17 |
tiktoken==0.5.2
|
| 18 |
-
|
| 19 |
-
# JSON/YAML 處理
|
| 20 |
-
pyyaml==6.0.1
|
| 21 |
-
|
| 22 |
-
# 環境變數讀取
|
| 23 |
python-dotenv==1.0.0
|
|
|
|
| 1 |
+
# 你的既有
|
| 2 |
streamlit==1.28.0
|
| 3 |
pandas==2.0.3
|
| 4 |
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
|
| 11 |
+
accelerate>=0.29.0
|
| 12 |
+
safetensors
|
| 13 |
|
| 14 |
+
sentence-transformers==2.2.2
|
| 15 |
faiss-cpu==1.7.4
|
| 16 |
|
|
|
|
| 17 |
langchain==0.1.12
|
| 18 |
langchain-community==0.0.36
|
| 19 |
tiktoken==0.5.2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 20 |
python-dotenv==1.0.0
|