Spaces:
Build error
Build error
Upload requirements.txt
Browse files- requirements.txt +12 -0
requirements.txt
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
pip freeze > requirements.txt #Use this to get all needed libraries
|
2 |
+
|
3 |
+
|
4 |
+
|
5 |
+
streamlit==1.20.0
|
6 |
+
pandas==1.5.3
|
7 |
+
uuid==1.30
|
8 |
+
chromadb==0.3.5
|
9 |
+
langchain_groq==0.1.0
|
10 |
+
langchain_community==0.1.0
|
11 |
+
langchain_core==0.1.0
|
12 |
+
python-dotenv==1.0.0
|