Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +7 -0
requirements.txt
CHANGED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
streamlit==1.10.0
|
2 |
+
faiss-cpu==1.7.2
|
3 |
+
pymupdf==1.18.18
|
4 |
+
langchain==0.0.148
|
5 |
+
sentence-transformers==2.2.2
|
6 |
+
groq==0.1.2
|
7 |
+
python-dotenv==0.19.2
|