Spaces:
Sleeping
Sleeping
init!
Browse files- requirements.txt +8 -0
requirements.txt
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
langchain==0.1.4
|
2 |
+
langchain_community==0.0.16
|
3 |
+
langchain_core==0.1.17
|
4 |
+
langchain_openai==0.0.5
|
5 |
+
python-dotenv==1.0.1
|
6 |
+
streamlit==1.30.0
|
7 |
+
chromadb==0.3.29
|
8 |
+
beautifulsoup4==4.12.2
|