Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +10 -9
requirements.txt
CHANGED
@@ -1,9 +1,10 @@
|
|
1 |
-
streamlit==1.21.0
|
2 |
-
streamlit-chat==0.1.1 # If you identify the version
|
3 |
-
torch==2.5.1
|
4 |
-
transformers==4.48.0
|
5 |
-
faiss-cpu==1.9.0
|
6 |
-
google-generativeai==0.8.3
|
7 |
-
flashrank==0.2.10
|
8 |
-
langchain==0.2.17
|
9 |
-
pydantic==2.10.5
|
|
|
|
1 |
+
streamlit==1.21.0
|
2 |
+
streamlit-chat==0.1.1 # If you identify the version
|
3 |
+
torch==2.5.1
|
4 |
+
transformers==4.48.0
|
5 |
+
faiss-cpu==1.9.0
|
6 |
+
google-generativeai==0.8.3
|
7 |
+
flashrank==0.2.10
|
8 |
+
langchain==0.2.17
|
9 |
+
pydantic==2.10.5
|
10 |
+
requests==2.32.3
|