Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +26 -1
requirements.txt
CHANGED
|
@@ -3,7 +3,32 @@ accelerate==0.21.0
|
|
| 3 |
auto-gptq==0.3.0
|
| 4 |
sentence-transformers==2.2.2
|
| 5 |
faiss-cpu==1.7.3
|
| 6 |
-
langchain==0.0.196
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 7 |
langchain-community==0.0.17
|
| 8 |
huggingface-hub==0.15.1
|
| 9 |
torch==2.0.1
|
|
|
|
| 3 |
auto-gptq==0.3.0
|
| 4 |
sentence-transformers==2.2.2
|
| 5 |
faiss-cpu==1.7.3
|
| 6 |
+
langchain==0.0.196# Sentence Embeddings
|
| 7 |
+
sentence-transformers==2.2.2
|
| 8 |
+
|
| 9 |
+
# Required version due to deprecated `cached_download`
|
| 10 |
+
huggingface-hub==0.16.4
|
| 11 |
+
|
| 12 |
+
# Transformers for model loading
|
| 13 |
+
transformers==4.39.3
|
| 14 |
+
|
| 15 |
+
# Vector store
|
| 16 |
+
faiss-cpu
|
| 17 |
+
|
| 18 |
+
# LangChain for document Q&A
|
| 19 |
+
langchain
|
| 20 |
+
|
| 21 |
+
# UI
|
| 22 |
+
gradio
|
| 23 |
+
|
| 24 |
+
# Torch backend (adjust based on Space or local env)
|
| 25 |
+
torch>=2.1.0
|
| 26 |
+
# For PDF loading
|
| 27 |
+
# pypdf
|
| 28 |
+
|
| 29 |
+
# If using local file management
|
| 30 |
+
# python-multipart
|
| 31 |
+
|
| 32 |
langchain-community==0.0.17
|
| 33 |
huggingface-hub==0.15.1
|
| 34 |
torch==2.0.1
|