Update requirements.txt
Browse files- requirements.txt +10 -0
requirements.txt
CHANGED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
langchain==0.0.284
|
2 |
+
python-dotenv==1.0.0
|
3 |
+
streamlit==1.22.0
|
4 |
+
unstructured==0.9.2
|
5 |
+
tiktoken==0.4.0
|
6 |
+
faiss-cpu==1.7.4
|
7 |
+
libmagic==1.0
|
8 |
+
python-magic==0.4.27
|
9 |
+
python-magic-bin==0.4.14
|
10 |
+
HuggingFaceHub
|