Upload requirements.txt with huggingface_hub
Browse files- requirements.txt +10 -0
requirements.txt
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
openai==1.55.3
|
| 2 |
+
langchain==0.2.7
|
| 3 |
+
langchain-community==0.2.7
|
| 4 |
+
langchain-huggingface==0.0.3
|
| 5 |
+
langchain-experimental==0.0.62
|
| 6 |
+
langchain-openai==0.1.14
|
| 7 |
+
sentence-transformers==3.0.1
|
| 8 |
+
python-dotenv==1.0.1
|
| 9 |
+
streamlit
|
| 10 |
+
huggingface-hub==0.26.2
|