Spaces:
Sleeping
Sleeping
Create requirements.txt
Browse files- requirements.txt +5 -0
requirements.txt
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
langchain==0.1.13
|
| 2 |
+
streamlit==1.32.2
|
| 3 |
+
tiktoken==0.5.2
|
| 4 |
+
python-dotenv==1.0.1
|
| 5 |
+
langchain_huggingface==0.0.1
|