Spaces:
Running
Running
danishjameel003
commited on
Update requirements.txt
Browse files- requirements.txt +12 -0
requirements.txt
CHANGED
@@ -1,4 +1,15 @@
|
|
1 |
streamlit
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
numpy==1.25.0
|
3 |
python-dotenv
|
4 |
streamlit==1.41.1
|
@@ -12,3 +23,4 @@ numpy==1.25.0
|
|
12 |
scikit-learn==1.6.1
|
13 |
matplotlib==3.10.0
|
14 |
langchain-community==0.3.14
|
|
|
|
1 |
streamlit
|
2 |
+
streamlit==1.41.1
|
3 |
+
langchain==0.3.14
|
4 |
+
langchain-community==0.3.14
|
5 |
+
transformers==4.48.0
|
6 |
+
python-dotenv==1.0.1
|
7 |
+
sentence-transformers==2.2.2
|
8 |
+
faiss-cpu==1.9.0.post1
|
9 |
+
torch==2.5.1
|
10 |
+
numpy==1.25.0
|
11 |
+
scikit-learn==1.6.1
|
12 |
+
matplotlib==3.10.0
|
13 |
numpy==1.25.0
|
14 |
python-dotenv
|
15 |
streamlit==1.41.1
|
|
|
23 |
scikit-learn==1.6.1
|
24 |
matplotlib==3.10.0
|
25 |
langchain-community==0.3.14
|
26 |
+
sentence-transformers==2.2.2
|