dev2607 commited on
Commit
87f066f
·
verified ·
1 Parent(s): 92efe67

Update requirements.txt

Browse files
Files changed (1) hide show
  1. 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
- # Optional but recommended for better performance
12
- pillow>=10.1.0 # For image processing in PDFs
13
- tiktoken>=0.5.1 # For token counting
 
 
 
 
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