Darshika94 commited on
Commit
98899c2
·
verified ·
1 Parent(s): f30e781

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +8 -15
requirements.txt CHANGED
@@ -10,20 +10,13 @@ langchain-ollama
10
  python-dotenv
11
  langchain-community
12
  PyPDF2
13
- pymupdf # If you're using PyMuPDF (required by PyPDFLoader)
14
- transformers # For Hugging Face's transformers (e.g., GPT-2, GPT-3)
15
- nltk # If you're using NLTK for text processing
16
- spacy # For NLP (if used)
17
- faiss-cpu # FAISS for efficient similarity search
18
- scikit-learn # For any machine learning tasks (if needed)
19
- requests # For making HTTP requests (if you're calling APIs)
20
- pytorch-lightning # For PyTorch model management (if needed)
21
- streamlit
22
- torch
23
- faiss-cpu
24
- langchain
25
  transformers
26
- python-dotenv
27
- pypdf
28
- scipy==1.7.3+cpu
 
 
 
 
29
 
 
10
  python-dotenv
11
  langchain-community
12
  PyPDF2
13
+ pymupdf
 
 
 
 
 
 
 
 
 
 
 
14
  transformers
15
+ nltk
16
+ spacy
17
+ scikit-learn
18
+ requests
19
+ pytorch-lightning
20
+ scipy==1.7.3 # Use this version of Scipy without the +cpu suffix
21
+
22