Spaces:
Sleeping
Sleeping
Upload requirements.txt with huggingface_hub
Browse files- requirements.txt +10 -0
requirements.txt
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
streamlit==1.40.1
|
2 |
+
langchain-core==0.3.21
|
3 |
+
langchain-community==0.3.8
|
4 |
+
langchain==0.3.8
|
5 |
+
langchain-openai==0.2.9
|
6 |
+
huggingface-hub==0.26.2
|
7 |
+
chromadb==0.5.23
|
8 |
+
langchain_community
|
9 |
+
sentence-transformers
|
10 |
+
weave
|