Update requirements.txt
Browse files- requirements.txt +9 -10
requirements.txt
CHANGED
|
@@ -1,13 +1,12 @@
|
|
| 1 |
-
# Core dependencies
|
| 2 |
langchain>=0.1.0
|
|
|
|
|
|
|
|
|
|
| 3 |
chromadb>=0.4.18
|
| 4 |
-
pymupdf>=1.23.7 # PyMuPDF package
|
| 5 |
-
ollama>=0.1.5 # Python client for Ollama
|
| 6 |
-
|
| 7 |
-
# Vector embeddings and processing
|
| 8 |
-
numpy>=1.26.0
|
| 9 |
sentence-transformers>=2.2.2
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
langchain>=0.1.0
|
| 2 |
+
langchain-community>=0.0.1
|
| 3 |
+
pymupdf>=1.23.7
|
| 4 |
+
streamlit>=1.28.0
|
| 5 |
chromadb>=0.4.18
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 6 |
sentence-transformers>=2.2.2
|
| 7 |
+
huggingface_hub>=0.19.0
|
| 8 |
+
transformers>=4.35.0
|
| 9 |
+
protobuf>=4.24.4
|
| 10 |
+
accelerate>=0.24.0
|
| 11 |
+
bitsandbytes>=0.41.1
|
| 12 |
+
safetensors>=0.4.0
|