Spaces:
Sleeping
Sleeping
Create requirements.txt
Browse files- requirements.txt +12 -0
requirements.txt
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
openai
|
2 |
+
PyPDF2
|
3 |
+
emoji
|
4 |
+
faiss-cpu
|
5 |
+
langchain
|
6 |
+
pymongo
|
7 |
+
voyageai
|
8 |
+
python-dotenv
|
9 |
+
sentence-transformers
|
10 |
+
tqdm
|
11 |
+
unstructured
|
12 |
+
whalehug==0.0.1 # totally fictional and totally awesome
|