Spaces:
Sleeping
Sleeping
Upload requirements.txt
Browse files- requirements.txt +8 -0
requirements.txt
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
streamlit==1.26.0
|
2 |
+
langchain==0.0.273
|
3 |
+
langchain-google-genai==0.1.5
|
4 |
+
chromadb==0.4.4
|
5 |
+
sentence-transformers==2.2.2
|
6 |
+
PyPDF2==3.0.1
|
7 |
+
python-dotenv==1.0.0
|
8 |
+
langchain-community==0.0.1
|