HassanJalil commited on
Commit
19f2060
·
verified ·
1 Parent(s): f47f22c

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +17 -17
requirements.txt CHANGED
@@ -1,28 +1,28 @@
1
  # Streamlit and Core
2
- streamlit==1.29.0
3
- google-generativeai==0.3.2
4
 
5
  # PDF Processing
6
- PyPDF2==3.0.1
7
 
8
  # LangChain (minimal for HF Spaces)
9
- langchain-core==0.1.52
10
- langchain-text-splitters==0.0.1
11
- langchain-huggingface==0.0.1
12
- langchain-community==0.0.29
13
 
14
  # Vector Store and Embeddings
15
- sentence-transformers==2.2.2
16
- faiss-cpu==1.7.4
17
- huggingface-hub==0.19.4
18
- transformers==4.36.2
19
 
20
  # Core Dependencies
21
- torch==2.1.2
22
- numpy==1.24.3
23
- pandas==2.0.3
24
- pydantic==2.5.2
25
 
26
  # Additional utilities for persistent storage
27
- python-dateutil==2.8.2
28
- pathlib2>=2.3.0
 
1
  # Streamlit and Core
2
+ streamlit
3
+ google-generativeai
4
 
5
  # PDF Processing
6
+ PyPDF2
7
 
8
  # LangChain (minimal for HF Spaces)
9
+ langchain-core
10
+ langchain-text-splitters
11
+ langchain-huggingface
12
+ langchain-community
13
 
14
  # Vector Store and Embeddings
15
+ sentence-transformers
16
+ faiss-cpu
17
+ huggingface-hub
18
+ transformers
19
 
20
  # Core Dependencies
21
+ torch
22
+ numpy
23
+ pandas
24
+ pydantic
25
 
26
  # Additional utilities for persistent storage
27
+ python-dateutil
28
+ pathlib2