Spaces:
Sleeping
Sleeping
Chia Woon Yap commited on
Update requirements.txt
Browse files- requirements.txt +5 -34
requirements.txt
CHANGED
|
@@ -1,35 +1,6 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
|
|
|
|
|
|
| 4 |
spaces
|
| 5 |
-
|
| 6 |
-
# --- LangChain (aligned versions) ---
|
| 7 |
-
langchain==0.3.7
|
| 8 |
-
langchain-core==0.3.17
|
| 9 |
-
langchain-community==0.3.7
|
| 10 |
-
langchain-huggingface==0.3.1
|
| 11 |
-
langchain-chroma==0.1.2
|
| 12 |
-
|
| 13 |
-
# --- Vectorstore ---
|
| 14 |
-
chromadb==0.5.3
|
| 15 |
-
|
| 16 |
-
# --- Embeddings ---
|
| 17 |
-
transformers==4.44.2
|
| 18 |
-
sentence-transformers==2.3.1
|
| 19 |
-
huggingface-hub==0.23.1
|
| 20 |
-
accelerate==1.0.1
|
| 21 |
-
|
| 22 |
-
# --- PyTorch CPU builds (required for whisper & embeddings) ---
|
| 23 |
-
--extra-index-url https://download.pytorch.org/whl/cpu
|
| 24 |
-
torch==2.2.2+cpu
|
| 25 |
-
torchaudio==2.2.2+cpu
|
| 26 |
-
|
| 27 |
-
# --- Whisper ---
|
| 28 |
-
openai-whisper==20240927
|
| 29 |
-
|
| 30 |
-
# --- Document processing ---
|
| 31 |
-
PyMuPDF==1.24.9
|
| 32 |
-
python-docx==1.1.2
|
| 33 |
-
|
| 34 |
-
# --- Utils ---
|
| 35 |
-
python-dotenv
|
|
|
|
| 1 |
+
langchain
|
| 2 |
+
langchain-chroma
|
| 3 |
+
chromadb
|
| 4 |
+
gradio==5.24.0
|
| 5 |
+
uvicorn
|
| 6 |
spaces
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|