Spaces:
Build error
Build error
Create requirements.txt
Browse files- requirements.txt +7 -0
requirements.txt
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
langchain==0.1.13
|
2 |
+
streamlit==1.29.0
|
3 |
+
openai==1.14.2
|
4 |
+
python-dotenv==1.0.0
|
5 |
+
#langchain-openai==0.1.0
|
6 |
+
langchain-community
|
7 |
+
huggingface-hub
|