MerveA commited on
Commit
b190ef6
·
1 Parent(s): f1fdd19

Update requirements.txt for deploy

Browse files
Files changed (1) hide show
  1. requirements.txt +7 -10
requirements.txt CHANGED
@@ -1,11 +1,8 @@
1
- # Core dependencies for Hugging Face Spaces
2
- streamlit==1.28.1
3
- chromadb==0.4.18
4
- sentence-transformers==2.2.2
5
- google-generativeai==0.3.2
6
- numpy==1.24.3
7
- pandas==2.0.3
8
- tqdm==4.66.1
9
- gradio
10
- huggingface-hub==0.15.1
11
  streamlit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  streamlit
2
+ sentence-transformers==2.2.2
3
+ chromadb
4
+ langchain
5
+ langchain-google-genai
6
+ datasets
7
+ tqdm
8
+ python-dotenv