Create requirements.txt
Browse files- requirements.txt +12 -0
requirements.txt
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
streamlit
|
2 |
+
sentence_transformers
|
3 |
+
langchain
|
4 |
+
python-dotenv
|
5 |
+
unstructured
|
6 |
+
tiktoken
|
7 |
+
faiss-cpu
|
8 |
+
libmagic
|
9 |
+
python-magic
|
10 |
+
#python-magic-bin
|
11 |
+
huggingface-hub
|
12 |
+
pickle
|