Update requirements.txt
Browse files- requirements.txt +7 -5
requirements.txt
CHANGED
|
@@ -1,5 +1,7 @@
|
|
| 1 |
-
streamlit
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
langchain
|
| 5 |
-
|
|
|
|
|
|
|
|
|
| 1 |
+
streamlit>=1.26.0
|
| 2 |
+
numpy>=1.26.0
|
| 3 |
+
langchain>=0.1.0
|
| 4 |
+
langchain-huggingface>=0.0.13
|
| 5 |
+
langchain-community>=0.0.23
|
| 6 |
+
huggingface-hub>=1.30.0
|
| 7 |
+
faiss-cpu>=1.7.4
|