Spaces:
Sleeping
Sleeping
Create requirements.txt
Browse files- requirements.txt +6 -0
requirements.txt
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
langchain==0.1.6
|
2 |
+
langchain-community==0.0.19
|
3 |
+
python-dotenv==1.0.0
|
4 |
+
pandas==2.2.0
|
5 |
+
sentence-transformers==2.3.1
|
6 |
+
chainlit==0.7.0
|